POST
/
v1
/
contact-lists
/
{id}

Adds a new contact to an existing contact list, identified by the list ID.

  • Path Parameter: id (string, required) - ID of the contact list.
  • Request Body: ContactListContactDTO
  • Response (201): Details of the newly added contact.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Body

application/json
first_name
string
required
phone_numbers
object[]
required
account
string
company
string
email
string
external_relations
object
last_name
string
linkedin
string
notes
string
priority
number
timezone
string
title
string
website
string

Response

201 - application/json

The response is of type any.