Ads API •References / targets / Get Interest Targets
Get Interest Targets
Returns interest targets information. If no query parameter is provided, all interest targets will be returned.
Request
- idsarray of strings
A list of unique identifiers for interests.
Example value:["ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a"]
- qstring
Query to search by keyword via case-insensitive wildcard matching.
Example value:"queen"
Response
A list of interest targets.
- idstring
- namestring
Response sample
{ "interests": [ { "id": "1c5641ee-3eb2-4598-b723-20fb40b86b76", "name": "Fitness" } ]}