---
title: "Get client metadata"
method: GET
path: "/oid4vp/api/openid-client-metadata.json"
tags: ["Verfifier OID4VP API"]
---

# Get client metadata

`GET /oid4vp/api/openid-client-metadata.json`

Metadata providing further information about the verifier, such as name and logo.

## Response `200`

Request object either as plaintext or signed JWT

- OpenidClientMetadataDto — Verifier metadata values. Additional Verifier metadata parameters MAY be defined and used, as described in [RFC7591]. The Wallet MUST ignore any unrecognized parameters.
  - `jwks` JWKSet, required
    - `keys` JsonWebKey[]
      - `kty` string
      - `kid` string
      - `use` string
      - `alg` string
      - `n` string
      - `e` string
      - `crv` string
      - `x` string
      - `y` string
  - `encrypted_response_enc_values_supported` string[], required — If present, should be non-empty array of JWE algorithms as in RFC7516. When a response_mode requiring encryption of the Response (such as direct_post.jwt) is specified, one of the specified algorithms is to be used.
  - `vp_formats_supported` OpenIdClientMetadataVpFormatsSupported, required
    - `dc+sd-jwt` OpenIdClientMetadataVpFormatSdJwt
      - `sd-jwt_alg_values` string[], nullable
      - `kb-jwt_alg_values` string[], nullable
  - `additionalProperties` object

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/swiyu/apis/verifier-api.md) · [All operations](https://skmtc.net/swiyu/apis/verifier-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swiyu/verifier-api/versions/7217acac713d/schema)
