---
title: "Get JWKS public keys"
method: GET
path: "/v1/partner/.well-known/jwks.json"
tags: ["JWKS Controller"]
---

# Get JWKS public keys

`GET /v1/partner/.well-known/jwks.json`

Returns the JSON Web Key Set (JWKS) containing all public keys used to verify JWTs
issued by the Strategic Partner service (e.g. webhook signatures).

This endpoint follows the standard JWKS format defined in RFC 7517.

**Security:**
- This is an UNAUTHENTICATED public endpoint (standard for JWKS discovery)
- Only public keys are exposed; private keys are never returned

## Response `200`

JWKS retrieved successfully

- object — JSON Web Key Set (RFC 7517)
  - `keys` object, required — Array of JSON Web Keys

## Other responses

- `500` — Internal Server Error - Unexpected server error

---

[API](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api.md) · [All operations](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usemultiplier/multiplier-public-rest-api/revisions/59cd6443fdbf/schema)
