Proof requests
Proof templates are used to create proof requests. When a proof request is created, you will receive a URL which needs to be delivered to a holder's wallet application either as a link (in the "response_url" field) or displayed in a QR code for the wallet application to scan (conveniently pre-generated for you in the "qr" field). The holder's wallet will then generate a proof response and deliver it to the Truvera API which will check it for cryptographic correctness. Your integration paradigm will determine how you receive the verification response along with the verified attributes: either by polling or via a webhook.
To get a response by polling, check the proof-request details for when the "verified" attribute equals "true". At that point, the "presentation" field will contain the verified attributes as a JSON list.
When creating a proof request, you can optionally provide a verifier DID in order for the holder to know that your verifier is on their trust-list, such as in an ecosystem of trust.
Create proof request
This route uses a template ID and takes the PEX request you defined there.
Creates a proof request from this template
Proof template UUID
A unique nonce value used in the proof request.
123456The DID that will be used as the verifier DID in the proof request
did:cheqd:testnet:ac2b9027-ec1a-4ee2-aad1-1e316e7d6f59Returns the information about the proof request
Application error
Transaction limit reached or upgrade required to proceed
Proof template was not found.
Create proof request
This route lets you create a standalone proof request without storing a verification template first.
Create a proof request
Represents a proof request payload in a verifiable credential system.
Proof request name
Proof requestOptional Cedar policy to run on verification
The unique identifier for the template.
37275574-7ea4-438d-b8ef-f8fc61dbf09eNonce or challenge for the presentation to match
1234567890A DID
did:cheqd:testnet:ac2b9027-ec1a-4ee2-aad1-1e316e7d6f59Proof request created
Invalid parameters
Transaction limit reached or upgrade required to proceed
Get all proof requests
How many items to offset by for pagination
0How many items to return at one time (max 64)
64A paged array of proof requests
Application error
Get the details of an existing proof request
Get the details of an existing proof request
Proof request UUID
Returns the information about the proof request
Application error
Proof request was not found.
Delete the proof request
Deletes the proof request and associated data
Proof request UUID
Proof request will be deleted
No content
Something went wrong.
Proof request was not found.
No content
Last updated
Was this helpful?