Flow
Analyzes QR code data and starts either credential issuance or verification process
Authorizations
AuthorizationstringRequired
One-Click access token (Authorization: Bearer )
Body
qrContentstringRequiredExample:
QR code content (URL) to process
https://issuer-or-verifier.example.com/qrcode-datadidstringRequiredExample:
Did of the holder
did:empe:testnet:7UGY6jJ3qLd42Krxgi5QgPGQyLRRUmCgrRX97KDCxYKNResponses
201
The credential flow has been successfully initiated
application/json
post
/flows201
The credential flow has been successfully initiated
Completes an initiated credential flow by confirming user selection
Authorizations
AuthorizationstringRequired
One-Click access token (Authorization: Bearer )
Path parameters
processIdstringRequired
The process ID to confirm
Body
typestring · enumRequiredExample:
Type of flow (claim or presentation)
presentationPossible values: selectedCredentialobjectRequiredExample:
Complete credential object for testing and validation
{"@context":["https://www.w3.org/2018/credentials/v1"],"id":"test-credential-id","type":["VerifiableCredential"],"issuer":"did:ethr:0x123","issuanceDate":"2023-01-01T00:00:00Z","credentialSubject":{"id":"did:ethr:0x456","name":"Test Subject"}}Responses
200
The credential has been successfully confirmed
application/json
post
/flows/{processId}/confirm200
The credential has been successfully confirmed
Last updated