Skip to main content
GET
Error

Parâmetros de caminho

publishableKey
string
obrigatório

uk_pk_live_… or uk_pk_test_…. The list is per environment, like the key that signed the token.

Resposta

The environment's recent revocations. An empty list is the normal answer and is not an error.

The sessions revoked in this environment recently enough that a session JWT naming one could still be alive. Kept deliberately small: an older revocation names no token anybody could still present, so it is dropped rather than accumulated — this is a short list, never a growing certificate revocation list.

revoked
string<uuid>[]

Session ids. Match against a token's sid claim.

window_seconds
integer

How far back this document reaches. A copy older than this says nothing about the tokens alive now — discard it rather than trust it.

max_age_seconds
integer

How long a copy stays current. This is the bound the endpoint buys you: a revoked session stops verifying within this many seconds instead of within the token's full lifetime.

generated_at
string<date-time>