Skip to main content
POST
person.opted_out

Authorizations

Authorization
string
header
required

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

Body

application/json
_eventType
enum<string>
required
Available options:
person.opted_out
email
string
required

Email of the person who opted in/out.

optedOut
boolean
required

Status of the opt-in/out.

updatedAt
string<date-time>
required

Timestamp of the opt-in/out.

Response

200

Success