Subscriber
Add Subscriber To List
Add a subscriber to a list with the given subscriber ID and list ID.<br><br>Rate limit:<br>Limit: 150<br>TTL: 60s
Scopes: list:manage subscriber:manage
post/api/subscriber/{subscriberId}/list
Path parameters
subscriberIdstring required
Primary key that uniquely identifies the subscriber. Generated by Bespoke.
Example:UUID
Primary key that uniquely identifies the subscriber. Generated by Bespoke.
Headers
revisionstring required
API endpoint revision (format: YYYY-MM-DD[.suffix])
Request body
Example request
{
"data": {
"listId": "UUID"
}
}Response
Add Subscriber To List