Contacts
Update a Contact
Update the details of a specific contact by its ID.
PUT
Headers
string
required
Your API key for authentication. Prefix with
Bearer .string
required
Your access token for authentication.
Path Parameters
string
required
The unique identifier of the contact you want to update.
Body
string
The new name for the contact.
string
The new email address for the contact.
string[]
A new array of phone numbers. This will replace the existing array.
string[]
A new array of tags. This will replace the existing array.