Skip to main content
POST

Authorizations

api-key
string
header
required

Body

application/json
firstName
string | null
lastName
string | null
email
string | null
phone
string | null
occupation
string | null
gender
string | null
birthdate
string | null
age
number | null
notes
string | null
tags
object[]

Tags to link to the contact. Only existing tags are linked

customProperties
object

Values for the custom contact properties of the workspace, keyed by property name

Response

Contact created successfully

id
string<uuid>
required

Id of the created contact

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$