Get Sapiom payment JWKS
Endpoint
Section titled “Endpoint”GET /v1/.well-known/sapiom-jwks.json
Authentication
Section titled “Authentication”No authentication required.
cURL Example
Section titled “cURL Example”curl -X GET "https://api.sapiom.ai/v1/.well-known/sapiom-jwks.json" \ -H "Authorization: Bearer YOUR_API_KEY"Response
Section titled “Response”Error Responses
Section titled “Error Responses”| Status | Code | Description |
|---|---|---|
| 503 | - | JWKS not available (RS256 not configured) |
See API Introduction for error handling details.