Credentials
Credentials Issuance and Verification Flow
ποΈ Create OOB message
## Generation of Invitation Message for Credential Issuance
ποΈ Invalidate a created WACI-DIDComm flow
## Invalidate a previously created WACI-DIDComm flow (QR code)
ποΈ Interpret WACI-DIDComm flow
## Endpoint Description
ποΈ List a Verifiable Credential
To retrieve the credentials associated with a specific DID, you must provide the DID of the holder. This will allow the API to identify and return the credentials associated with that particular DID.
ποΈ Create a Verifiable Credential
Create a signed verifiable credential, without starting the WACI-DIDComm flow
ποΈ Get verifiable credentials for a DID with render info
This endpoint will list the credentials associated with a specific DID and provide information that will allow rendering and drawing those credentials in the same way the issuer expects. In addition to the list of credentials, necessary metadata will be provided for the rendering of each credential.
ποΈ Get a credential by id
Get a credential by id
ποΈ Start WACI-DIDComm Presentation Flow
Start WACI-DIDComm Presentation Flow
ποΈ Proceed with presentation
Continue with the presentation process. This endpoint should be called after the webhook call.
ποΈ Verifies a given verifiable credential
This endpoint will pass the verifiable credential. If the credential verifies successfully, the result will be _true_. This indicates that the resolver resolved the issuer's DID Document and performed cryptographic verifications. If any changes were made to the credential and we proceed to verify, the response will be _false_. This indicates that the credential was altered, therefore failing the verification processes.