Approve or reject a presentation (/v3/presentations/{id})
Set status to ‘approved’ to share the credentials in the holder’s persisted selection, or ‘rejected’ to decline. To change the selection before approving, PATCH /v3/presentations/{id}/picker first.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
approved shares the credentials in the holder's current selection with the verifier; rejected declines without sharing anything. Both are final and only valid while the presentation is pending (409 otherwise). To change which credentials get shared, PATCH .../picker first.
approved, rejected "approved"
Response
Updated presentation.
The lean presentation resource: lifecycle state and verifier identity. Everything about choosing credentials — what the verifier asks for, what the wallet can offer, what the holder picked — lives on the picker subresource (GET /presentations/{id}/picker).

