Skip to main content
POST
Create contact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
phone
string
required
email
string<email>
tags
object

Response

Contact created successfully

id
string<uuid>
tenant_id
string<uuid>
name
string
phone
string
email
string<email>
tags
object
created_at
string<date-time>
updated_at
string<date-time>