Skip to main content
GET
/
catalogues
/
{catalogue_id}
/
audiences
List audiences for this catalogue
curl --request GET \
  --url http://localhost:3001/portal-api/catalogues/{catalogue_id}/audiences \
  --header 'Authorization: <api-key>'
[
  {
    "ID": 1,
    "OrganisationID": 1,
    "TeamID": 1
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

catalogue_id
integer
required
Example:

Response

200 - application/json
ID
integer
Example:
OrganisationID
integer
Example:
TeamID
integer
Example: