POST
/
v1
/
contact-lists

Creates a new contact list within the dialer application. This endpoint allows users to set up lists that can contain multiple contacts for organized outreach efforts.

  • Request Body: CreateContactListDTO
  • Response (201): Confirmation of contact list creation with details.

Authorizations

x-api-key
string
header
required

Body

application/json
contacts
object[]
required
name
string
required
Required string length: 1 - 100
user_id
string
required

Response

201 - application/json

The response is of type object.