Skip to main content
POST
/
api
/
v1
/
add-existing-contacts-to-list
/
{list_id}
Add existing contacts to list
curl --request POST \
  --url https://voxworks.ai/api/v1/add-existing-contacts-to-list/{list_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "contact_ids": [
    "a1b2c3d4-5678-90ab-cdef-1234567890ab"
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.voxworks.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key from Voxworks, sent as Authorization: Bearer YOUR_API_KEY.

Path Parameters

list_id
string
required

Unique list ID.

Body

application/json
contact_ids
string[]
contact_id
string

Response

Contacts added.

The response is of type object.