Ads API •References / Targets / Get Artist Targets
Get Artist Targets
Returns data for specific targetable artist(s) based on id(s).
Request
- idsstringRequired
Response
Artist targeting information
- Required
- idstringRequired
- Required
- namestringRequired
Response sample
{ "artist-targets": [ { "id": "id", "images": [ { "height": 0, "url": "http://example.com/aeiou", "width": 6 }, { "height": 0, "url": "http://example.com/aeiou", "width": 6 } ], "name": "name" }, { "id": "id", "images": [ { "height": 0, "url": "http://example.com/aeiou", "width": 6 }, { "height": 0, "url": "http://example.com/aeiou", "width": 6 } ], "name": "name" } ]}