AReach API

This is the public API host for AReach. Use it to inspect the API contract and access the available endpoints.

Available routes
  • GET /openapi.json

    Machine-readable contract for the current API surface.

  • POST /auth/sign-up

    Create a new user account with email and password.

  • POST /auth/sign-in

    Authenticate an existing user and establish a session.

  • GET /auth/get-session

    Resolve the active session from request cookies.

  • POST /auth/sign-out

    Invalidate the current authenticated session.

Service status
Checking OpenAPI document...
Integration notes

Start with the OpenAPI document if you need route definitions or payload shapes.

Environment