Retrieve info about definitionId to execute subsequent requests.
post
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.
post
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
Authorizations
Body
correlationIdstringrequired
A UUID value that is bound to the VP
Example: f9dbff8e-6dba-4955-bd7f-61c083db290d
definitionIdstringrequired
The definitionId defines the credential to ask for, eg: emailCredential. The value should start with lowercase and continue using camelCase pattern