Skip to main content
POST
Create or upsert a contact

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Body

application/json
first_name
string
last_name
string
name
string

Full name; derived from first/last when those are sent.

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

Custom attribute values keyed by attribute key.

Response

Existing contact updated (matched by email)

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