Backend API
cURL
curl --request GET \ --url https://api.wacht.dev/jwt-templates \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "token_lifetime": 123, "allowed_clock_skew": 123, "custom_signing_key": { "enabled": true, "key": "<string>", "algorithm": "<string>" }, "template": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "has_more": true, "limit": 123, "offset": 123 }
List all JWT templates
API key authentication (format: Bearer {api_key})
JWT templates
Show child attributes
Was this page helpful?