---
title: "JSON Web Key Set"
method: GET
path: "/oauth/jwks"
tags: ["OAuth Protocol"]
---

# JSON Web Key Set

`GET /oauth/jwks`

Retrieve the JSON Web Key Set for token verification

## Response `200`

JSON Web Key Set

- JWKSet
  - `keys` object[]
    - `kty` string — Key type
    - `use` string — Key use
    - `alg` string — Algorithm
    - `kid` string — Key ID

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
