REST API
Get Verification Status
Retrieve the status and timing of a verification session. No personal attributes are returned
GET
Retrieves high-level metadata for a verification session.
Headers
Basic authentication: set
Authorization.username to your Client ID (client_id) and Authorization.password to your Client Secret (client_secret). The interface builds the header automatically.string
required
Direct API format:
Basic <base64(client_id:client_secret)>.Path Parameters
string
required
The unique identifier for the verification session.
Response
string
Unique identifier for the verification session.
string
Current status (for example:
awaiting_user_action, completed).string
Identifier of the eID provider (for example:
mitid).string
Flow type (for example:
push, redirect).string
ISO 8601 timestamp when the verification was created.
string
ISO 8601 timestamp when the verification expires.
string
ISO 8601 timestamp when the verification was completed. Present when
status is completed.string
Authentication Context Class Reference (LoA string).
number
Numeric LoA.
string
Human‑readable LoA label (for example:
substantial).
