JWKS URL
Public key endpoint for JWT token verification and signature validation
GET
Get JWKS public keys
Use this public endpoint to get the (JSON Web Key Set) containing Suki’s public keys. Use these keys to verify the signature of any issued by Suki, such as the
suki_token.
This endpoint follows the RFC 7517 standard.
AuthenticationThis is a public endpoint and does not require authentication.
Key use cases
-
Verify Tokens: Confirm the authenticity of the
suki_tokenyou receive from our authentication API. - Handle Key Rotation: Automatically discover new public keys when Suki rotates its signing keys.
- Maintain Security: Follow industry best practices for JWT validation.
Code examples
- Python
- TypeScript
Response
200 - */*
JWKS document with public keys for partner token verification.
JSON Web Key Set document for partner token verification.
Array of JSON Web Keys used to verify partner token signatures.
Last modified on May 22, 2026
Get JWKS public keys