v1

latestOpenAPI 3.0.32026-07-2484569553.1 KB
Tracked Events

Get tracked events from a specific authorization flow.

Get all tracked events that happened in a specific authorization flow/session associated with a tracking_id. The events are stored for a period of 60 days.

get/v1/tracked-events

Query parameters

tracking_idstring required

The tracking_id used to track the authorization flow events.

Response

Successful response returns the list of tracked events in the results field.

name'dialog_started' | 'provider_selected' | 'consent_granted' | 'provider_auth_started' | 'provider_authorized' | 'code_exchanged' required

Name of the specific event.

timestring required

Specific time when the event was recorded.

flow_idstring

Identifier to indicate which authorization flow/session this event was tracked.

credentials_idstring

Identifier of the credentials.

consent_idstring

Identifier of the user consent.

reauthboolean

Indicates this event is part of a reauth. Authorization flow started using the /reauth endpoint.

provider_idstring

Identifier of the selected provider.