Skip to main content
POST
Create a contact list

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as: Authorization: Bearer <your-api-key>

Body

application/json
name
string
required

Name of the contact list.

Maximum string length: 255

Response

Contact list created

id
integer

Unique identifier.

name
string

Contact list name.

contact_count
integer

Number of contacts in the list.

created_at
string<date-time>
updated_at
string<date-time>