Skip to main content
GET
/
.well-known
/
jwks.json
JSON Web Key Set
curl --request GET \
  --url https://api.example.com/.well-known/jwks.json
{
  "keys": [
    {
      "x": "<string>",
      "y": "<string>",
      "kid": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.beltic.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

JWKS document

keys
object[]
required