---
title: "Get certs for JWT verification"
method: GET
path: "/v0.5/certs"
tags: ["sessions"]
---

# Get certs for JWT verification

`GET /v0.5/certs`

## Response `200`

OK

- Certs
  - `keys` CertificateOrKeyGetSchema[]
    - `alg` string
    - `e` string
    - `kid` string
    - `kty` string
    - `n` string
    - `use` string
    - `x5c` string[]
    - `x5t` string
    - `x5t#S256` string

## Other responses

- `404` — **Causes:** * Invalid consent request id
- `500` — **Causes:** * Downstream system(s) is down. * Unhandled exceptions.

---

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