---
title: "GET /oauth2/keys"
method: GET
path: "/oauth2/keys"
---

# GET /oauth2/keys

`GET /oauth2/keys`

## Response `200`

200 response for get_public_keys

- OAuth2GetKeys
  - `keys` OAuth2Key[], required
    - `kty` string, required
    - `use` string, required
    - `kid` string, required
    - `n` string, required
    - `e` string, required
    - `alg` string, required

## Other responses

- `429` — Client ratelimited response
- `4XX` — Client error response

---

[API](https://skmtc.net/discord/apis/discord-http-api-preview.md) · [All operations](https://skmtc.net/discord/apis/discord-http-api-preview/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/discord/discord-http-api-preview/revisions/f6cd197cbe47/schema)
