Skip to main content
POST
Pause multiple accounts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
emails
string[]
required

Email addresses to pause. Duplicate values are ignored.

Required array length: 1 - 100 elements

Response

The result of the bulk pause operation.

The result of the bulk pause operation.

paused_emails
string[]
required

Email addresses whose accounts were successfully paused.

failed_emails
string[]
required

Email addresses that were invalid or whose account status was not changed.