Skip to main content
PATCH
Update a contact

Authorizations

Authorization
string
header
required

OAuth 2.0 Bearer Token from Clerk authentication

Path Parameters

id
string
required

The contact ID

Body

application/json
custom_fields
object

Custom field values as key-value pairs. Keys must match custom field keys defined for the Contact entity type.

Example:

Response

successful

id
string
required

The contact ID

Example:

"abc123xyz"

book_id
string
required

The book ID

Example:

"book123xyz"

person
object
required
created_at
string<date-time>
required

When the contact was created

updated_at
string<date-time>
required

When the contact was last updated

custom_fields
object

Custom field values as key-value pairs

Example: