---
title: "Find jwks for public key"
method: GET
path: "/sdk/{environmentId}/.well-known/jwks"
tags: ["SDK"]
---

# Find jwks for public key

`GET /sdk/{environmentId}/.well-known/jwks`

## Path parameters

- `environmentId` string, required

## Response `200`

public key with standard jwks format

- JwksResponse
  - `keys` JwksKey[], required
    - `kid` string
    - `alg` string
    - `kty` string
    - `use` string
    - `e` string
    - `n` string

## Other responses

- `404` — Environment not found
- `500` — Internal Server Error

---

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