GET
/
api
/
auth
/
{path}
Better Auth GET route
curl --request GET \
  --url https://selltraces.com/api/auth/{path} \
  --cookie better-auth.session_token=
{}

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

Response

default - application/json

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

JSON object delegated to the upstream provider.

{key}
any