Add audience members
Add new members to an existing audience.
Each member object must include a key matching the audience's `phoneNumberColumnName`.
If it's missing, the API returns 400: `"Each member must have a <phoneNumberColumnName> field"`.
Adding members that would exceed the audience limit also returns 400.
Note: if the audience belongs to a different organization, the API returns 404 (not 403).
Authentication
AuthorizationBearer
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Path parameters
id
The unique identifier of the audience
Request
This endpoint expects an object.
members
Array of member objects with dynamic structure based on audience configuration
Response
Members added successfully
status
data
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error

