API Reference
OIDC
Platform

Jwt Templates

AdminUpdated Sep 11, 2026

Jwt Templates

Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.

5 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.

Method & path

Idem

Explanation

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/jwt_templates

The named JWT templates (custom-claim maps) stored in the instance auth config.

POST /v1/dashboard/accounts/:accountId/instances/:instanceId/jwt_templates

Create a JWT template (name + claims map). Owner or admin.

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/jwt_templates/:id

One JWT template with its claims map.

PATCH /v1/dashboard/accounts/:accountId/instances/:instanceId/jwt_templates/:id

Edit a JWT template (claims, lifetime). Owner or admin.

DELETE /v1/dashboard/accounts/:accountId/instances/:instanceId/jwt_templates/:id

Remove a JWT template. Owner or admin.

Was this page helpful?