Skip to main content
PUT
Update contact

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Path Parameters

id
string<uuid>
required

Contact UUID

Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json
firstName
string | null
Example:

"John"

lastName
string | null
Example:

"Doe"

company
string | null
Example:

"Acme Corp"

jobTitle
string | null
Example:

"Software Engineer"

picture
string | null
Example:

"https://example.com/avatar.jpg"

notes
string | null
Example:

"Met at conference"

title
string | null
Example:

"Mr."

name
string | null
Example:

"John Doe"

data
object | null

Response

Contact updated successfully

data
object
required
meta
object
Last modified on August 9, 2026