v2

latestOpenAPI 3.1.02026-07-262279731.3 MB
Events

List all Events

<Note icon="fa-regular fa-circle-info"> **Note**

Events are returned up to 45 days after they occur. Any request attempting to access an event older than 45 days will result in an HTTP 400 - error.
</Note>

List all Events

get/v2.01/{ClientId}/events

Path parameters

ClientIdstring required

Platform's API account identifier, associated with the API key.

Query parameters

EventTypestring required

Allowed values: An EventType listed in the <a href="/webhooks/event-types">event types list</a>

The type of the event.

BeforeDateinteger

The date before which the event was created (based on the event’s CreationDate parameter). You can filter on a specific time range by using both the AfterDate and BeforeDate query parameters.

AfterDateinteger

The date after which the event was created (based on the event’s CreationDate parameter). You can filter on a specific time range by using both the AfterDate and BeforeDate query parameters.

Headers

Authorizationstring required

Bearer authentication of the form Bearer <token>, where token is your auth token.

If your platform is using a proxy to take SCA-triggering action on behalf of users, you also need to integrate mTLS authentication and use the api-mtls base URL.

Response

Success