Tracking Opt-Outs
Manage tracking opt-outs
API token in Api-Token header
Filter tracking opt-outs by exact email address (case-insensitive).
tracked@example.comFilter tracking opt-outs created at or after this timestamp (ISO 8601 format).
2025-01-01T00:00:00ZFilter tracking opt-outs created at or before this timestamp (ISO 8601 format).
2025-12-31T23:59:59ZThe tracking opt-out UUID from the last record of the previous response. Returns records after this opt-out, enabling cursor-based pagination through large lists.
64d71bf3-1276-417b-86e1-8e66f138acfeList of tracking opt-outs
Cursor for the next page. Present when the response is a full page (1000 records);
pass this value as the last_id query parameter to continue. null when there are no more pages.
64d71bf3-1276-417b-86e1-8e66f138acfeBad request - invalid parameters.
Returns unauthorized error message. Check your credentials.
Returns forbidden error message. Check your permissions.
Rate limit exceeded for the current account.
API token in Api-Token header
Email address to opt out of tracking
tracked@example.comID of the sending domain this tracking opt-out applies to
12345Tracking opt-out created
Returns unauthorized error message. Check your credentials.
Returns forbidden error message. Check your permissions.
Validation errors
Rate limit exceeded for the current account.
API token in Api-Token header
The tracking opt-out UUID
64d71bf3-1276-417b-86e1-8e66f138acfeTracking opt-out deleted
The tracking opt-out UUID
64d71bf3-1276-417b-86e1-8e66f138acfetracked@example.com2025-01-15T10:30:00ZSending domain this tracking opt-out applies to
example.comReturns unauthorized error message. Check your credentials.
Returns forbidden error message. Check your permissions.
Resource not found
Last updated
Was this helpful?

