Update contact
Update a specific contact.
Path parameters
contactId
Unique identifier for the contact.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
type
Type of contact.
Allowed values:
firstName
Contact’s first name.
lastName
Contact’s last name.
identifiers
Array of identifier objects.
contactMethods
Array of contactMethod objects.
Note: If you are adding information about an owner, you must provide at least an email address. If you are adding information about a contact, you must provide at least a contact number.
contactId
Unique identifier of the contact.
middleName
Contact’s middle name.