Skip to main content
POST
cURL
Creates a new contact list for the team. Contacts are optional and can be added later via the Add Contact endpoint.

Limits

Request Body

Example Request

Example Request (empty list)

Response (201)

Returns the created contact list object with its _id. Use this ID for all subsequent operations (adding contacts, merging, deleting, etc.).

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required

Name of the contact list

Required string length: 1 - 100
user_id
string
required

ID of the team member who owns this list

contacts
object[]

Array of contacts (optional, max 2,000)

Maximum array length: 2000

Response

Contact list created successfully

The response is of type object.