Clerk · Capability
Clerk Backend Api — JWT Templates
Clerk JWT Templates capability. 5 operations. Lead operation: List All Templates.
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Clerk Backend Api — JWT Templates
description: 'Clerk JWT Templates capability. 5 operations. Lead operation: List All Templates.'
tags:
- Clerk
- JWT Templates
created: '2026-05-22'
modified: '2026-05-22'
binds:
- namespace: env
keys:
CLERK_SECRET_KEY: CLERK_SECRET_KEY
capability:
consumes:
- type: http
namespace: clerk-backend-api-jwt-templates
baseUri: https://api.clerk.com/v1
description: Clerk clerk-backend-api JWT Templates business capability.
resources:
- name: jwt-templates
path: /jwt_templates
operations:
- name: ListJWTTemplates
method: GET
description: List All Templates
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
- name: CreateJWTTemplate
method: POST
description: Create a JWT Template
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: jwt-templates-template-id
path: /jwt_templates/{template_id}
operations:
- name: GetJWTTemplate
method: GET
description: Retrieve a Template
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: template_id
in: path
type: string
description: JWT Template ID
required: true
- name: UpdateJWTTemplate
method: PATCH
description: Update a JWT Template
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: template_id
in: path
type: string
description: The ID of the JWT template to update
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: DeleteJWTTemplate
method: DELETE
description: Delete a Template
outputRawFormat: json
outputParameters:
- name: result
type: object
value: $.
inputParameters:
- name: template_id
in: path
type: string
description: JWT Template ID
required: true