Documentation Index
Fetch the complete documentation index at: https://docs.yoid.me/llms.txt
Use this file to discover all available pages before exploring further.
Overview
A presentation request is a single-use instance of a presentation template. It generates authorization URIs that you present to the youth, allowing them to share their credentials with your application.Endpoint
Request
Request Body
| Field | Type | Description |
|---|---|---|
presentationTemplateId | string | The id from the presentation template created in Step 1 |
Response
HTTP 200 OKKey Response Fields
| Field | Description |
|---|---|
id | Unique presentation request identifier — save for Step 4 and webhook correlation |
status | requested initially; transitions when the youth responds |
authorizationRequestUri | Link the youth can paste into their wallet |
authorizationRequestQrUri | QR-optimized version for scanning with a wallet app |
expiresAt | Request expires after 30 days |
What Happens on the Youth’s Side
When the youth scans the QR code or taps the link:- Their wallet launches and displays the verification request
- They see which organisation is asking and what’s being requested
- Their wallet shows all credentials that match the requested type
- They choose which credential to present
- They can selectively disclose attributes — sharing programme name while withholding assessment score
- They confirm or decline

