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.

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

  1. Set `x-api-key` in headers where the endpoint requires API key.
  2. Call `POST /api/co/auth/sign-in`.
  3. Copy `access_token` and test `refresh` / `sign-out`.
  4. 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.