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
CarOwner Auth Interactive
CarOwner Auth Console
Isolated interactive reference for CarOwner auth testing: sign-up, sign-in, refresh, sign-out, and forgot-password.
Suggested test sequence
- Set `x-api-key` in headers where the endpoint requires API key.
- Call `POST /api/co/auth/sign-in`.
- Copy `access_token` and test `refresh` / `sign-out`.
- Confirm expected failure cases (`401`, `403`, `429`) for invalid requests.
Interactive API target
Select runtime environment
All same-origin calls (`/api/ws/*`, `/api/co/*`, `/api/core/*`) are proxied to the selected environment.