Skip to main content
POST
Add members to a static list

Authorizations

Authorization
string
header
required

Personal Access Token or OAuth 2.1 access token, sent as a bearer credential (Authorization: Bearer inf_pat_...). Read operations require a token with the READ scope; write operations (POST/PATCH/DELETE) require WRITE.

Path Parameters

id
string
required

Static list id.

Body

application/json
contactIds
string[]
required

Contact ids to add (resolved to contacts server-side).

Minimum array length: 1

Response

Members added. May include errors for skipped ids (partial success).

data
object
errors
object[]

Present on partial success (e.g. skipped unknown contact ids).

meta
object

Envelope metadata present on every response.