Auth
Better Auth POST route
Delegates POST requests to the Better Auth Next.js handler mounted at /api/auth.
Source: apps/web/src/app/api/auth/[...all]/route.ts
POST
Better Auth POST route
Authorizations
Better Auth session cookie set by the web app.
Path Parameters
Better Auth sub-route handled by the mounted catch-all route.
Minimum string length:
1Body
application/json
Better Auth request body for the selected sub-route.
JSON object delegated to the upstream provider.
Response
default - application/json
Response is owned by Better Auth for the requested sub-route.
JSON object delegated to the upstream provider.