Skip to main content
GET
/
oauth2
/
keys
cURL
curl --request GET \
  --url https://discord.com/api/v10/oauth2/keys \
  --header 'Authorization: <api-key>'
{
  "keys": [
    {
      "kty": "<string>",
      "use": "<string>",
      "kid": "<string>",
      "n": "<string>",
      "e": "<string>",
      "alg": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Discord bot token

Response

200 response for get_public_keys

keys
object[]
required