Public
Create a contact
Create a contact for the active team
POST
Authorizations
Body
application/json
The name of the contact
Example:
"John Doe"
The phone number of the contact
Example:
"+1234567890"
The email address of the contact
Example:
"johndoe@example.com"
Whether the contact is public
Example:
false
Additional metadata for the contact
Example:
{}
Response
201
application/json
The created contact