Skip to main content
GET
/
.well-known
/
jwks.json
Get JWKS
curl --request GET \
  --url https://{appId}.session.prelude.dev/.well-known/jwks.json
{
  "keys": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.prelude.so/llms.txt

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

Response

OK

A JSON Web Key Set (RFC 7517)

keys
object[]