POST
/
api
/
auth
/
{path}
Better Auth POST route
curl --request POST \
  --url https://selltraces.com/api/auth/{path} \
  --header 'Content-Type: application/json' \
  --cookie better-auth.session_token= \
  --data '{}'
{}

Authorizations

better-auth.session_token
string
cookie
required

Better Auth session cookie set by the web app.

Path Parameters

path
string
required

Better Auth sub-route handled by the mounted catch-all route.

Minimum string length: 1

Body

application/json

Better Auth request body for the selected sub-route.

JSON object delegated to the upstream provider.

{key}
any

Response

default - application/json

Response is owned by Better Auth for the requested sub-route.

JSON object delegated to the upstream provider.

{key}
any