LAP Registry

Clerk Backend API Skill

clerk-backend

Provider: Clerk Version: 2025-11-10 Endpoints: 240 Updated: 2026-09-19

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/email_addresses/{email_address_id}/prepare_verificationUpdate an email address
POST/email_addresses/{email_address_id}/attempt_verificationSend a verification code to an email address
PUT/users/{user_id}/email_addressVerify a code sent to an email address
POST/phone_numbersReplace a user's 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
POST/phone_numbers/{phone_number_id}/prepare_verificationUpdate a phone number
POST/phone_numbers/{phone_number_id}/attempt_verificationSend a verification code to a phone number
PUT/users/{user_id}/phone_numberVerify a code sent to a phone number
GET/sessionsReplace a user's phone number
POST/sessionsList all sessions
GET/sessions/{session_id}Create a new active session
POST/sessions/{session_id}/refreshRetrieve a session
GET/sessions/{session_id}/reverifications/{reverification_id}Refresh a session
POST/sessions/{session_id}/revokeRetrieve a reverification
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

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)