v1

latestOpenAPI 3.1.02026-07-26950137.9 KB

Create a First Party Audience

See the overview (above) for a list of supported countries.

post/backstage/api/1.0/{account_id}/audience_onboarding/create

Path parameters

account_idstring required

An alphabetic ID. See Get Account Details.

Request body

RAW_BODYstring json

A JSON object, representing the audience to create.

Response

200

audience_namestring
ttl_in_hoursinteger
audience_idinteger
exclude_from_campaignsboolean
integration_sourcestring

Example response

{
  "audience_name": "Demo Audience Name",
  "ttl_in_hours": 1440,
  "audience_id": 49,
  "integration_source": "Tealium"
}