Lists all media properties for your account.
Parameters
No parameters.
Returns
An array of media properties objects. This request should never return with an error.
Example request
curl 'https://api.impact.com/Mediapartners/<AccountSID>/MediaProperties' \
-X GET \
-u '<AccountSID>:<AuthToken>' \
-H 'Accept: application/json'
Example response
{
"@page": "1",
...
"MediaProperties": [
{
"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"
},
{
...
}
]
}