cURL
curl --request POST \ --url https://a.contactlevel.com/api/audiences/search \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "organization_id": "<string>", "query": "<string>", "page": 1, "limit": 50 } '
{ "organization_id": "<string>", "audiences": [ { "id": "<string>", "organization_id": "<string>", "name": "<string>", "description": "<string>", "linkedin": false, "google": false, "facebook": false, "tracking_utm_value": "<string>" } ] }
Successful Response
Show child attributes