Subscribers
For more information on how to use these endpoints see: Manage Subscribers
Create Subscriber POST /subscribers
Get Subscriber GET /subscribers/{idOrNumberOrEmail}
Update Subscriber PATCH /subscribers/{idOrNumberOrEmail}
Delete Subscriber DELETE /subscribers/{idOrNumberOrEmail}
List Subscribers GET /subscribers
Export Subscribers GET /subscribers/export
See Bulk Subscriber Actions for large scale subscriber updates.
Add a new subscriber. If given a phone number or email that already exists tied to the same account, updates the existing subscriber with new information
Required Fields: email or number
Rate Limiting
This endpoint overrides the general rate limit with an account rate limit. Requests are limited by the authenticated account instead of the IP address. This endpoint is limited to 15 requests every 15 seconds
SubscriberRequest
Success
BadRequestError
UnauthorizedError
ForbiddenError
RateLimitError
InternalServerError
Success
BadRequestError
UnauthorizedError
ForbiddenError
RateLimitError
InternalServerError
SubscriberRequest
Success
BadRequestError
UnauthorizedError
ForbiddenError
RateLimitError
InternalServerError
Success
BadRequestError
UnauthorizedError
ForbiddenError
RateLimitError
InternalServerError
List all subscribers and query for subscribers. Includes all subscribers with query value in either first name, last name, number, email, or custom subscriber fields and with filters values in respective categories.
Rate Limiting
This endpoint overrides the general rate limit with an account rate limit. Requests are limited by the authenticated account instead of the IP address. This endpoint is limited to 15 requests every 15 seconds
Success
BadRequestError
UnauthorizedError
ForbiddenError
RateLimitError
InternalServerError
Success
BadRequestError
UnauthorizedError
ForbiddenError
RateLimitError
InternalServerError
Last updated
Was this helpful?