cURL
curl --request GET \ --url http://localhost:3001/portal-api/catalogues/{catalogue_id}/audiences/{audience_id} \ --header 'Authorization: <api-key>'
{ "ID": 1, "OrganisationID": 1, "TeamID": 1, "CreatedAt": "2023-06-23 21:02", "UpdatedAt": "2023-06-23 21:02" }
List all audiences for this catalogue
Was this page helpful?