When to use this
You already know who the user is and you want the platform to route the request to their wallet for you. The user receives a notification and the request appears in their wallet, ready to respond.Endpoint
Request
Request body
Response
201 Created with no body. The request has been queued for delivery.
What happens next
- The user is notified (typically by email).
- Opening the notification routes the request into their wallet.
- The user reviews and shares (or declines) the requested credentials.
- You retrieve the result. See Verify presentation, or register a webhook for real-time notifications.
Troubleshooting
400. Therecipientdoesn’t match a known user under your organisation for the givenidentifierType.

