v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Audiences

Get an audience

Get information about a specific audience. An audience is a group of customers defined as a target group of an omnichannel campaign. Audiences are built by filtering customer data - including demographics, purchase history, campaign responses, consent preferences, and activity events - to define the exact segment to be targeted.

⚠️ Endpoint is available only in the Enterprise interface.

get/audiences/{audience_id}

Path parameters

audience_idstring required

The unique ID of the audience.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "audience_id": "8bed991c68a470e7aaeffbf048",
    "name": "Newsletter subscribers",
    "communication_channel_id": "8bed991c68a470e7aaeffbf048",
    "state": 1,
    "last_change": "2019-07-15 17:26:34",
    "created_by": "8bed991c68a470e7aaeffbf048",
    "updated_by": "8bed991c68a470e7aaeffbf048"
  }
}