Authentication Domain

Authentication API

User management, login, registration, and session endpoints

API Prefix

/api/auth

Every endpoint hangs off this prefix so you can compose requests consistently.

Endpoint coverage

4

curated routes spanning common workflows

Playground ready

Deep link directly into the playground with your preferred method and path.

Open in Playground

Capabilities

What you can simulate

Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.

1

Passwordless and MFA-ready login flows

2

Refresh tokens, sessions, and device trust

3

Role and permission scaffolding

4

Account verification + recovery steps

5

User directory with profile metadata

6

Audit trails for compliance demos

Endpoints

Available routes

Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.

POST

/api/auth/register

Try it
POST

/api/auth/login

Try it
GET

/api/auth/users

Try it
GET

/api/auth/profile?user_id=usr_123456

Try it
auth

Launch secure onboarding flows fast

Prototype login, registration, and account recovery in minutes without stitching mock data yourself.