Retrieve info about definitionId to execute subsequent requests.
Endpoint facilitates the retrieval of a correlationId, definitionId, authStatusURIand authRequestURI.
The correlationId is a unique identifier for the request. The definitionId is a name that's passed in the request
and represents name of credential (characterCredential). The authStatusURI is a URI that shows where auth-status endpoint
is located. The authRequestURI contains info that is put in QR data and is used to scan with mobile wallet app.Claim-based access control: Verifier_Admin, Verifier_User
Retrieve info about definitionId to execute subsequent requests.
Returns the status of the auth request. The correlationId is a unique identifier for the request that was passed in the request.
The definitionId is a name that's passed in the request and represents name of credential (characterCredential).
The lastUpdated is the time the request was last updated and
the status indicates if the request was verified and shared or not. status can be any of created, sent and verified.
When it is verified, the payload contains details about the credential. The id_token is a JWT token that contains the
nonce and state ids. The vp_token is a JWT token that contains the verifiableCredential JWT token. That token contains
all the info about the credential being verified.Claim-based access control: Verifier_Admin, Verifier_User
POST../private/webapp/auth-status
Authorization
Body
correlationId*string
A UUID value that is bound to the VP
Example: "f9dbff8e-6dba-4955-bd7f-61c083db290d"
definitionId*string
The definitionId defines the credential to ask for, eg: emailCredential. The value should start with lowercase and continue using camelCase pattern
Example: "emailCredential"
Response
Body
correlationId*string
A UUID value that is bound to the VP
Example: "f9dbff8e-6dba-4955-bd7f-61c083db290d"
definitionId*string
The definitionId defines the credential to ask for, eg: emailCredential. The value should start with lowercase and continue using camelCase pattern
Example: "emailCredential"
status*enum
The status of the verification. If status property is set verified the payload property should be defined!
Example: "verified"
createdsentreceivedverifiederror
lastUpdated*number
Example: 1732184934133
payloadnullable all of
Verifiable Presentation object. If set means the client successfully provided its credentials
verifiedData*nullable object
Additional claims part of the verifiable presentation