Skip to main content
POST
Add multiple contacts to a list

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Body

application/json
contact_ids
string[]
required

The contact ids to add to the list (1 to 1000 per request).

Required array length: 1 - 1000 elements

Response

201 - application/json

The bulk-add result, including the number added, the total requested, and any ids that did not match a contact.

data
object
meta
object