Skip to main content
POST
Create a contact

Authorizations

Authorization
string
header
required

JWT Bearer token or raw API key via Authorization header

Body

application/json

Contact data

client_contact_id
string
Example:

"crm-001"

company
string
Example:

"Acme Corp"

custom_fields
object
email
string
Example:

"jane@example.com"

external_id
string
Example:

"crm-001"

first_name
string
Example:

"Jane"

is_subscribed
boolean
last_name
string
Example:

"Doe"

last_purchase_at
string
phone
string
Example:

"+1-555-0100"

signup_source
string
Example:

"organic"

source
enum<string>

Source: accepted as string ("api", "import", "form", "app", "unknown") or integer (0-4).

Available options:
unknown,
api,
import,
form,
app
timezone
string
Example:

"America/New_York"

unsubscribe_reason
string
unsubscribed_at
string

Response

Created

data
object
errors
object[]
message
string
Example:

"Operation successful"

meta
object
success
boolean
Example:

true