GET
Get recent 3DS notifications
This endpoint is customer-scoped, not account-scoped — the feed spans every account the customer holds, and each item carries its own accountId to pass to confirm. A customer with no recent challenges gets 200 and an empty data array.
Instead of polling, receive challenges in real time over WebSockets — the pushed event’s data.id is the same authId you confirm with.

Authorizations

Authorization
string
header
required

The user's access_token from authentication. The program and environment come from the token.

Path Parameters

customerId
string
required

The customer's id.

Query Parameters

hours
integer
default:24

Optional. Look-back window in hours. Defaults to 24; values above 72 are clamped to 72.

Required range: x >= 1

Response

Recent 3DS notifications

success
boolean
Example:

true

data
object[]

Up to 5 recent challenges, newest first, any status.