Skip to main content
POST
Create contact

Authorizations

Authorization
string
header
required

Access token obtained from the /v1/auth/login endpoint

Path Parameters

clientId
string<uuid>
required

The ID of the client

Body

application/json
name
string
required
Example:

"Jane Smith"

email
string<email>
required
phone
string | null
Example:

"+14155552671"

Response

Contact created successfully

success
boolean
Example:

true

message
string
Example:

"Contact created successfully"

data
object