Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The contact identifier, which can be either its UUID or its user-defined ext_id. When using an ext_id, the format should be alt:ext_id:<ext_id>.
Body
application/json
At least one of email, phone number and ext id must be not null on the contact. Contacts are unique per email, phone number, or ext_id. No two contacts can have the same email, phone number, or ext_id.
Response
Contact updated successfully