Audience
Create audience
Endpoint: v1/audiences
Create a new audience for managing contacts.
Authorizations
API key with format "Bearer {your-api-key}"
Body
application/json
Audience name. Must be:
- At least 1 character long
- Maximum 100 characters
Required string length:
1 - 100
Example:
"Weekly newsletter subscribers"
Response
200
application/json
Audience successfully created
The response is of type any
.