Skip to main content
POST
Add Contact to Invitation List

Authorizations

Authorization
string
header
required

OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.

Path Parameters

invitation_list_id
integer
required

integer - required - The ID of the invitation list

Example:

34

contact_id
integer
required

integer - required - The ID of the contact

Example:

477

Response

Contact Added Successfully

event_id
integer

The ID of the event this invitation list belongs to

Example:

4261

list_id
integer

The ID of the invitation list

Example:

34

contact_id
integer

The ID of the contact that was added

Example:

477

status
string

The status of the contact in the invitation list

Example:

"no_email_sent"

created_at
string

When the contact was added to the invitation list

Example:

"2025-10-06 21:27:57"

created_by
integer

The ID of the user who added the contact

Example:

1