Retrieves a media property for the specified Id
value.
Parameters
No parameters.
Returns
A media properties object with the specified Id
value. Returns an error if an invalid Id
value is specified.
Example request
curl 'https://api.impact.com/Mediapartners/<AccountSID>/MediaProperties/<Id>' \
-X GET \
-u '<AccountSID>:<AuthToken>' \
-H 'Accept: application/json'
Example response
{
"Id": "123987",
"Name": "Wile E. Coyote's Instagram",
"Thumbnail": "/Mediapartners/<AccountSID>/MediaProperties/123987/Thumbnail",
"Description": "Wile E. Coyote's official Instagram account.",
"Tags": "",
"RevenueModel": [
"PAY_PER_SALE"
],
"Url": "https://example.com/WileECoyote",
"Type": "SOCIAL",
"MonthlyUniqueVisitors": "",
"AlexaRating": "",
"QuantcastRating": "",
"OwnershipVerified": "",
"MobilePlatform": "",
"AppStoreRating": "",
"Installs": "",
"Price": "",
"SocialPlatform": "INSTAGRAM",
"Followers": "MILLION_PLUS",
"Handle": "@WileECoyote",
"Uri": "/Mediapartners/<AccountSID>/MediaProperties/123987"
}