JWT
Mint tokens for backends and fetch the public key set.
Public RS256 keys for verifying accounts-issued JWTs. Cache by kid; keys rotate rarely.
Response Body
application/json
curl -X GET "https://example.com/api/auth/jwks"{ "keys": [ {} ]}Get a JWT token
Authorization
bearerAuth AuthorizationBearer <token>
Session token from the set-auth-token response header (bearer plugin)
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/auth/token"{ "token": "string"}