{
"adType": "SD",
"categoryPath": ["In-market"]
}
curl --location --request POST 'https://www.amazon.com/ap/oa/audiences/taxonomy/list' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"adType": "SD",
"categoryPath": ["In-market"]
}'
{
"categoryPath": [],
"categories": [
{
"category": "In-market",
"audienceCount": 6236
},
{
"category": "Interest",
"audienceCount": 968
},
{
"category": "Lifestyle",
"audienceCount": 672
},
{
"category": "Life event",
"audienceCount": 8
}
]
}