cURL
curl --request GET \ --url https://app.mlm-platform.com/.well-known/jwks.json
{ "keys": [ { "kty": "<string>", "kid": "<string>", "use": "<string>", "alg": "<string>", "n": "<string>", "e": "<string>" } ] }
Returns the public keys used to verify JWTs.
Documentation IndexFetch the complete documentation index at: https://docs.mlm-platform.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.mlm-platform.com/llms.txt
Use this file to discover all available pages before exploring further.
JWKS
Show child attributes