Skip to main content
POST
Create or update a contact

Authorizations

Authorization
string
header
required

Partner API key (e.g. nerds_live_a8f3d9k2m5n7p1q4r6t8v0w2x4y6z8)

Path Parameters

id
string
required

Contact ID from the source system

Example:

"C-10042"

Body

application/json
name
string
required
Example:

"John Doe"

organization_id
string

Organization ID as defined in the source system and synced via POST /organization/{id}

Example:

"ORG-5001"

email
string | null
Example:

"john@example.com"

phone
string | null
Example:

"+31612345678"

address
string | null
Example:

"Keizersgracht 100"

zip
string | null
Example:

"1015 AA"

city
string | null
Example:

"Amsterdam"

country
string | null

ISO 3166-1 alpha-2 country code

Example:

"NL"

comment
string | null

Internal notes about this contact

status
string
default:active
Example:

"active"

created_at
string<date-time> | null
updated_at
string<date-time> | null

Response

Contact updated

success
boolean
Example:

true

data
object
message
string