unsubscribed: true and creates an audit record. Resubscribing removes that record and re-enables email delivery.
Authentication
All endpoints require:Authorization: Bearer YOUR_API_KEYX-Project-ID: YOUR_PROJECT_ID(or encoded in the API key)
Endpoints
| Method | Path | Description |
|---|---|---|
POST | /api/v1/contacts/:id/unsubscribes | Unsubscribe a contact |
GET | /api/v1/contacts/:id/unsubscribes | Get unsubscribe records |
DELETE | /api/v1/contacts/:id/unsubscribes | Resubscribe a contact |
Unsubscribe a Contact
SDK
Get Unsubscribe Records
SDK
Resubscribe a Contact
Removes all unsubscribe records and setsunsubscribed: false.
SDK