cURL
Audiences
Create Audience
Creates a new audience
POST
cURL
Authorizations
API key to authorize requests
Body
application/json
Name of the audience
ID of the list this audience belongs to
JSON string containing Prisma where clause for Sub model. Required if mode is 'smart'
Example:
"{\"points\": {\"gte\": 100}, \"AND\": [{\"email\": {\"contains\": \"@gmail.com\"}}]}"
Audience mode
Available options:
manual, smart Response
Audience created successfully