---
title: "The signed OpenID4VP request parameters a wallet dereferences (public)."
method: GET
path: "/v1/presentations/{uuid}/request"
tags: ["OpenID4VP Verification"]
---

# The signed OpenID4VP request parameters a wallet dereferences (public).

`GET /v1/presentations/{uuid}/request`

Fetch the public OpenID4VP (OpenID for Verifiable Presentations) request parameters for a wallet. You receive the response mode, response URI, state, nonce, and DCQL (Digital Credentials Query Language) query.

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Returns the wallet-facing request parameters.

- object
  - `client_id` string — Identifies the verifier client for the wallet.
  - `response_type` 'vp_token' — Tells the wallet to return a verifiable presentation token.
  - `response_mode` 'direct_post' — Tells the wallet to post the response directly to the response URI.
  - `response_uri` string, uri — Receives the wallet's presentation response.
  - `state` string, uuid — Carries the transaction state the wallet returns with the response.
  - `nonce` string — Carries the nonce the wallet must bind into the presentation response.
  - `dcql_query` object — Contains the DCQL (Digital Credentials Query Language) query the wallet evaluates.
    - `credentials` object[] — Lists the credential queries in the wallet request.
      - `id` string — Identifies the credential query inside the DCQL (Digital Credentials Query Language) payload.
      - `format` string — Names the credential format requested by this query.
      - `meta` object — Carries metadata that constrains matching credentials.
        - `vct_values` string[] — Lists accepted VCT (Verifiable Credential Type) values.
      - `claims` object[] — Lists the claim paths the verifier asks the holder to disclose.
        - `path` string[] — Identifies the requested claim path.

---

[API](https://skmtc.net/didit-protocol/apis/didit-credentials-api.md) · [All operations](https://skmtc.net/didit-protocol/apis/didit-credentials-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/didit-protocol/didit-credentials-api/revisions/e4eddba66557/schema)
