---
title: "Get public keys"
method: GET
path: "/oauth/certs"
---

# Get public keys

`GET /oauth/certs`

Retrieve public keys for verifying JWTs.

## Response `200`

Public keys retrieved successfully

- object[]
  - `kid` string
  - `use` string
  - `alg` string
  - `kty` string
  - `n` string
  - `e` string

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/supabase/apis/dalil-oauth-resource-api.md) · [All operations](https://skmtc.dev/supabase/apis/dalil-oauth-resource-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supabase/dalil-oauth-resource-api/revisions/40a7125e0355/schema)
