PERS-api docs (2.0.7)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://docs.pers.ninja/_mock/swagger/
https://explorins-loyalty.ngrok.io/
https://api.pers.ninja/v2/
JSON Web Key Set (JWKS) endpoints for JWT token verification. Provides public keys for secure authentication token validation across the platform ecosystem.
Security Features:
•
JWKS Endpoints:
Standard JSON Web Key Set for JWT verification
•
Public Key Distribution:
Secure distribution of verification keys
•
Token Validation:
Enable third-party JWT token verification
•
Security Standards:
Compliance with OAuth 2.0 and OpenID Connect
•
Cross-Platform Auth:
Support for distributed authentication verification
- Mock serverhttps://docs.pers.ninja/_mock/swagger/.well-known/jwks.json
- https://explorins-loyalty.ngrok.io/.well-known/jwks.json
- https://api.pers.ninja/v2/.well-known/jwks.json
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.pers.ninja/_mock/swagger/.well-known/jwks.json \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-H 'x-project-key: YOUR_API_KEY_HERE'