OAuth & OIDC Domain

OAuth & OIDC API

Authorize, token, userinfo, discovery, and JWKS endpoints for auth flows

API Prefix

/api/oauth

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

Endpoint coverage

5

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

Authorization-code redirects for consent demos

2

Token exchange and refresh support

3

OIDC discovery and JWKS endpoints

4

Userinfo payloads for login flows

5

Base-URL-friendly auth provider mimic

6

Helpful for sign-in and callback testing

Endpoints

Available routes

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

GET

/api/oauth/authorize?client_id=demo-app&redirect_uri=https://example.com/callback&response_type=code&scope=openid+profile+email

Try it
POST

/api/oauth/token

Try it
GET

/api/oauth/userinfo

Try it
GET

/api/oauth/.well-known/openid-configuration

Try it
GET

/api/oauth/.well-known/jwks.json

Try it
oauth

Prototype OAuth flows safely

Validate redirect, callback, and token handling without wiring a real identity provider.

Explore more

Other mock API domains

Browse the full library of free mock API domains for your next project.