Skip to main content
POST
Add Contact

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string<uuid>
required

Body

application/json
email
string<email>
required
name
string | null
role
string | null
company
string | null
priority
integer
default:0
notes
string | null

Response

Successful Response

key
string
required
email
string
required
name
string | null
required
role
string | null
required
priority
integer | null
required
notes
string | null
required
last_contacted_at
string | null
required
created_at
string | null
required
company
ContactCompany · object | null
required