Skip to main content
POST
Add a contact to a list

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Body

application/json
contact_id
string

Canonical tenant-scoped contact id. Provide this OR identifier, not both.

identifier
string

Free-form phone (E.164 or national), email, or contact id resolved to a contact server-side. Provide this OR contact_id, not both.

Response

The contact was already a member; no duplicate was created (already_member is true).

data
object
meta
object