Skip to main content
POST
Create a contact

Authorizations

apiKey
string
header
required

Body

application/json
name
string

The name of the contact

Example:

"John Doe"

email
string

The email address of the contact

Example:

"johndoe@example.com"

phone
string

The phone number of the contact

Example:

"+1234567890"

public
boolean

Whether the contact is public

Example:

false

data
object

Additional metadata for the contact

Example:

Response

The created contact

data
object
required