Skip to main content
POST
Create a Contact

Headers

string
required
Your API key for authentication. Prefix with Bearer .
string
required
Your access token for authentication.

Body

The request body must contain a contacts array, where each object represents a contact to be created.
object[]
required
An array of contact objects to be created.
string
required
Full name of the contact.
string
required
Primary and unique email address for the contact.
string[]
required
Array of phone numbers linked to the contact.
string[]
Optional tags to organize the contact.

Request Example

Response

string
Status of the request in the form of a short message.
object[]
List of the created contact objects, each including a unique id.