v53

latestOpenAPI 3.1.1raw.githubusercontent.com2026-07-264065213.4 KB
Audiences

Create an audience

Creates a new audience.

post/accounts/{account_id}/audiences

Path parameters

account_idstring required

The account for which the audience should be created.

Example:acct_01j9a43avnfqzbjfch6pygv1td

Request body

namestring required

The audience name.

Example request

{
  "name": "The Family"
}

Response

Created audience

idstring required

Unique identifier for the object.

namestring required

A name to identify this Audience. This name will only be visible within Surge.

Example response

{
  "id": "aud_01j9dy8mdzfn3r0e8x1tbdrdrf",
  "name": "The Family"
}