v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Audiences

List audiences

Returns the client's audience definitions sorted by creation date, newest first. By default archived audiences are excluded; pass include_archived=true to include them. Use limit and offset to page (defaults: limit=1000, offset=0). Each entry is the editable definition - for runtime targeting reads, use GET /v1/audiences/built instead.

get/v1/audiences

Query parameters

include_archivedboolean
limitinteger
offsetinteger

Response

Successful response

component_idsstring[] required
idstring required

Stable Extole identifier for the audience.

tagsstring[] required

Free-form tags applied to the audience.

Example response

[
  {
    "enabled": "handlebars@buildtime:{{enabled}}",
    "name": "handlebars@buildtime:{{name}}"
  }
]