LAP Registry

Clerk Backend API Skill

clerk-backend

Provider: Clerk Version: 2025-11-10 Endpoints: 206 Updated: 2026-04-02

Raw .lap | Lean format | API JSON | Open in app

Endpoints

MethodPathDescription
GET/public/interstitial
GET/jwksReturns the markup for the interstitial page
GET/clientsRetrieve the JSON Web Key Set of the instance
POST/clients/verifyList all clients
GET/clients/{client_id}Verify a client
POST/email_addressesGet a client
GET/email_addresses/{email_address_id}Create an email address
DELETE/email_addresses/{email_address_id}Retrieve an email address
PATCH/email_addresses/{email_address_id}Delete an email address
POST/phone_numbersUpdate an email address
GET/phone_numbers/{phone_number_id}Create a phone number
DELETE/phone_numbers/{phone_number_id}Retrieve a phone number
PATCH/phone_numbers/{phone_number_id}Delete a phone number
GET/sessionsUpdate a phone number
POST/sessionsList all sessions
GET/sessions/{session_id}Create a new active session
POST/sessions/{session_id}/refreshRetrieve a session
POST/sessions/{session_id}/revokeRefresh a session
POST/sessions/{session_id}/tokensRevoke a session
POST/sessions/{session_id}/tokens/{template_name}Create a session token
GET/templates/{template_type}Create a session token from a JWT template
GET/templates/{template_type}/{slug}List all templates
PUT/templates/{template_type}/{slug}Retrieve a template
POST/templates/{template_type}/{slug}/revertUpdate a template for a given type and slug
POST/templates/{template_type}/{slug}/previewRevert a template
POST/templates/{template_type}/{slug}/toggle_deliveryPreview changes to a template
GET/usersToggle the delivery by Clerk for a template of a given type and slug
POST/usersList all users
GET/users/countCreate a new user
GET/users/{user_id}Count users

Install as Skill

Use this API as a Claude Code skill for instant agent access.

CLI Install

lapsh skill-install clerk-backend

Downloads and installs to ~/.claude/skills/clerk-backend/

Manual Install

Download: Skill Bundle (JSON)

Or view: SKILL.md

Recent Versions (1)