API Reference
OIDC
Platform

Jwt Templates

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

POST /v1/jwt_templates

instance:write

Define custom JWT claims. Reserved claims and private fields are refused.

GET /v1/jwt_templates

instance:read

List the defined JWT templates and their claim maps.

GET /v1/jwt_templates/:id

instance:read

Fetch one JWT template by name.

PATCH /v1/jwt_templates/:id

instance:write

Replace a JWT template claim map. Reserved claims and private fields are refused.

DELETE /v1/jwt_templates/:id

instance:write

Delete a JWT template so it can no longer be minted.

Was this page helpful?
Jwt Templates