---
title: "Retrieve JSON Web Key Set (JWKS)"
method: GET
path: "/m2m-oauth-server/.well-known/jwks.json"
tags: ["Native OAuth"]
---

# Retrieve JSON Web Key Set (JWKS)

`GET /m2m-oauth-server/.well-known/jwks.json`

This endpoint retrieves the JSON Web Key Set (JWKS), which contains the public keys used to verify the JWT tokens.

## Response `200`

JSON Web Key Set retrieved successfully

## Other responses

- `404` — JWKS not found. The requested JWKS does not exist.

---

[API](https://skmtc.net/plgd-dev/apis/plgd-m2m-api.md) · [All operations](https://skmtc.net/plgd-dev/apis/plgd-m2m-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plgd-dev/plgd-m2m-api/revisions/1927458b3ccc/schema)
