Jwt Templates
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
AdminUpdated Sep 11, 2026
Jwt Templates
Backend API — secret key (Authorization: Bearer sk_…).
5 routes. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.
Method & path | Scope | Idem | Explanation |
|---|---|---|---|
|
| Define custom JWT claims. Reserved claims and private fields are refused. | |
|
| List the defined JWT templates and their claim maps. | |
|
| Fetch one JWT template by name. | |
|
| Replace a JWT template claim map. Reserved claims and private fields are refused. | |
|
| Delete a JWT template so it can no longer be minted. |
Was this page helpful?