Skip to main content
You will receive the base URL when you get an API key. The examples below use BASE_ENDPOINT as a placeholder for that URL.

POST /v1/events/upcoming

Returns a user’s upcoming events.

Request

Send a JSON body with the user ID and your API key:

Response

Each event in the response includes:

Example


POST /v1/events/past

Returns a user’s past events.

Request

Same as upcoming: send a JSON body with the user ID and your API key:

Response

Same shape as upcoming events:

Example


POST /v1/update_text_list

Adds a phone number to your Website Text List contact group.

Request

Send a JSON body with your user ID, the subscriber’s phone number, and your API key:

Example