Skip to main content
PUT
cURL

What this endpoint is for

Change a contact’s details. Send only the fields you want to change.

Access

You can only update your own contacts. Updating another account’s contact returns 403 access_denied.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

ID of the contact to update

Body

application/json

Contact fields to update

name
string

A new name for the contact

Example:

"Ada L."

email
string<email>

A new email address for the contact

Example:

"ada.new@example.com"

timezone
string

A new timezone for the contact

Example:

"America/New_York"

Response

200 - application/json

Contact updated

success
boolean
required

Indicates whether the request was successful

Example:

true

data
object
required