v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Audiences

Get audience

Returns the editable audience definition for the supplied audience_id, including its name, enabled state, tags, and the campaign components that reference it. For the rendered (runtime) snapshot use GET /v1/audiences/{audience_id}/built instead.

get/v1/audiences/{audience_id}

Path parameters

audience_idstring required

Response

Audience definition.

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}}"
}