コンテンツにスキップ

Return the wallet-facing OpenID4VP authorization request.

GET
/vp/request/{id}
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/vp/request/example
id
required
string

Wallet-facing OpenID4VP authorization request object.

Media type application/json
object
response_type
required
string
client_id
required
string
client_id_scheme
required
string
response_mode
required
string
response_uri
required
string format: uri
nonce
required
string
state
string
presentation_definition
object
dcql_query
object
Example
{
"response_type": "vp_token",
"client_id": "client_123",
"client_id_scheme": "pre-registered",
"response_mode": "direct_post",
"response_uri": "https://auth.example.com/vp/response",
"nonce": "nonce_123",
"state": "state_123"
}
Cache-Control
string

Always no-store.

Error response.

Media type application/json
object
error
required
string
error_description
required
string
Example
{
"error": "invalid_request",
"error_description": "The request is invalid."
}

Error response.

Media type application/json
object
error
required
string
error_description
required
string
Example
{
"error": "invalid_request",
"error_description": "The request is invalid."
}