v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Events

Submit a consumer event by URL

Fires the named consumer event using data from the query string and optional JWT claim. Always returns HTTP 200 regardless of outcome — check for an X-Extole-Error-Message response header to detect processing errors. A new access_token cookie may be set on the response when the event establishes or upgrades a consumer identity.

get/events/{event_name}

Path parameters

event_namestring required

Response

Always return 200. Strongly typed response body, see SubmitEventResponse.

cookie_consentstring nullable required

Cookie consent string set by the platform during event processing. Null when no consent update occurred.

idstring required

Extole-assigned event identifier for the fired event.

tokenstring required

Current access token for the consumer. Allows client code to read the token without relying on cookies.