Flow
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
flowTypestring · enumRequiredExample:
Type of the flow (claim or presentation)
claimPossible values: dataone ofRequiredExample:
Result of the process
{"value":{"processId":"123e4567-e89b-12d3-a456-426614174000","status":"initialized","offering":{"credential_type":"ProofOfPurchase","credential_subject":{"ticket":"Concert Ticket","seat":"A12","description":"VIP Access"}}},"summary":"Example for claim flow"}or
or
booleanOptional
post
/flows201
The credential flow has been successfully initiated
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