Skip to main content
POST
Create a 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
Maximum string length: 150
phone
string | null
Maximum string length: 50
email
string<email> | null
Maximum string length: 150
notes
string | null

Response

200 - application/json

Successful response

id
string
name
string
phone
string | null
email
string<email> | null
notes
string | null
created_at
string<date-time> | null
updated_at
string<date-time> | null
deleted_at
string<date-time> | null