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.jsonMachine-readable contract for the current API surface.
-
POST /auth/sign-upCreate a new user account with email and password.
-
POST /auth/sign-inAuthenticate an existing user and establish a session.
-
GET /auth/get-sessionResolve the active session from request cookies.
-
POST /auth/sign-outInvalidate 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