Get custom audiences
GET/ad-publishing/facebook/custom-audience
Retrieve Facebook custom audiences for a location. Without limit the response is a plain array. When limit is provided (max 100) the response is a paginated { customAudiences, paging } envelope; pass after (from paging.next) to fetch the next batch. By default each item is returned in full; pass projection (comma-separated, dot-notation for nested fields, e.g. ?projection=id,name,dataSource.type) to return only the requested fields — any value outside the known field set is rejected.
Request
Responses
- 200
- 400
- 401
- 422
A plain array of custom audiences (default), or a \{ customAudiences, paging \} envelope when `limit` is provided
Bad Request
Unauthorized
Unprocessable Entity