---
title: "Get JSON Web Key Set"
method: POST
path: "/api/{serviceId}/vci/jwks"
tags: ["Verifiable Credential Issuer"]
---

# Get JSON Web Key Set

`POST /api/{serviceId}/vci/jwks`

Get JSON Web Key Set for VCI

## Path parameters

- `serviceId` string, required

## Request body

- VciJwksRequest
  - `pretty` boolean, required — The flag indicating whether the metadata is written in the pretty format or not.

## Response `200`

- VciJwksResponse
  - `resultCode` string — The code which represents the result of the API call.
  - `resultMessage` string — A short message which explains the result of the API call.
  - `action` 'OK' | 'NOT_FOUND' | 'INTERNAL_SERVER_ERROR' — The next action that the implementation of the JWK Set document endpoint of the credential issuer should take after getting a response from Authlete's `/vci/jwks` API.
  - `responseContent` string — Get the content that the implementation of the credential issuer metadata endpoint should use when it constructs a response.

## Other responses

- `400`
- `401`
- `403`
- `429` — The request exceeded the request rate permitted for the endpoint.
- `500`

---

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