Skip to main content
The status field is optional in single create, bulk create and update requests.

Input status values

ValueWhere it worksBehavior
activePOST, POST /bulk, PUTThe subscriber becomes active directly. No confirmation email is sent.
pendingPOST, POST /bulk, PUTThe subscriber receives a confirmation email.
The default value on create is active. In bulk requests, every item can define its own status independently. In PUT, if status is omitted, the current status does not change.

Response status values

Subscriber responses return status as a readable string.
Response valueMeaning
pendingWaiting for confirmation
activeActive subscriber
unsubscribedUnsubscribed subscriber