The status field is optional in single create, bulk create and update requests.
| Value | Where it works | Behavior |
|---|
active | POST, POST /bulk, PUT | The subscriber becomes active directly. No confirmation email is sent. |
pending | POST, POST /bulk, PUT | The 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 value | Meaning |
|---|
pending | Waiting for confirmation |
active | Active subscriber |
unsubscribed | Unsubscribed subscriber |