Skip to content

Handle Better Auth GET route

GET
/api/auth/{authPath}
curl --request GET \
--url https://example.com/api/auth/example

Catch-all route delegated to Better Auth for session reads, provider callbacks, and other auth GET flows.

authPath
required
string

Better Auth handled the GET request.

Better Auth rejected the request.