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
Example request
{
"name": "The Family"
}Response
Created audience
Example response
{
"id": "aud_01j9dy8mdzfn3r0e8x1tbdrdrf",
"name": "The Family"
}