Skip to main content
PATCH
Update a contact

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Path Parameters

id
integer
required

Body

application/json
first_name
string
last_name
string
name
string
email
string<email>
phone
string
company
string
role
string
status
enum<string>
Available options:
active,
prospect,
inactive
timezone
string
language
string
source
string
tags
string[]
attributes
object

Response

Updated contact

success
enum<boolean>
Available options:
true
data
object
meta
object