cURL
curl --request POST \ --url https://public.plai.io/meta/get_custom_audiences \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "userId": "<string>", "pagination": "<string>" }'
{ "success": true, "results": { "success": true, "customAudiences": [ { "id": "<string>", "name": "<string>", "subtype": "<string>" } ], "next": "<string>", "previous": "<string>", "error": "<string>" } }
This endpoint allows you to get custom audiences.
Show Results Object
Show Custom Audiences