Person
Updates a person's opted out status
This will in turn update their contact status. Deprecated, use PUT /people/{personId}/opted-out
instead
POST
/
person
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.