Page Introduction
Reference utility page
This page is focused on interactive validation or endpoint indexing. Use it as a practical QA surface for frontend API integration work.
- Switch environment before running integration checks.
- Validate both success and error response flows.
- Confirm request headers and payload shape before coding UI state logic.
Choose next step
Auth Interactive
Auth & EmailVerification Console
Isolated interactive reference for auth testing. Use this page for fast validation of sign-in, refresh, logout, and email verification in the canonical workshop flow.
Suggested test sequence
- Set `x-api-key` in request headers.
- Call `POST /api/ws/auth/sign-in` with a test user.
- Test `refresh-token` and `logout`.
- Confirm that invalid requests return expected 401/403/429 responses.
If requests still target `localhost:3000`, set `MINBIL_API_BASE_URL=http://localhost:5000` and restart the docs server. Same-origin `/api/ws/*` is automatically proxied to backend.
Interactive API target
Select runtime environment
All same-origin calls (`/api/ws/*`, `/api/co/*`, `/api/core/*`) are proxied to the selected environment.