cURL
curl --request GET \ --url http://localhost:3001/portal-api/catalogues/{catalogue_id}/audiences \ --header 'Authorization: <api-key>'
[ { "ID": 1, "OrganisationID": 1, "TeamID": 1 } ]
List audiences that have access to this catalogue. Each audience is a team that belongs to a specific organisation
UID of a catalogue
1
OK
UID of this audience
UID of an organisation
UID of an team
Was this page helpful?