OpenAPI
Get authorization status
Checks the current status of an Authorization Request. Can optionally include verified credential data in the response when the status is ‘verified’.
POST
Body
application/json
Unique identifier for the session
Identifier for the presentation definition that specifies which credentials are required
Controls what verified data to include in the response. Only applies when status is 'verified'. Either nothing, the presentations (vp) or the credentials flattened (cs-flat)
Available options:
none
, vp
, cs-flat
Response
200 - application/json
Unique identifier for the authentication session
Identifier for the presentation definition that specifies which credentials are required
Unix timestamp in milliseconds representing when the status was last updated
Current state of the authentication request in its lifecycle
Available options:
created
, sent
, received
, verified
, error