List organizations for current session
Authentication
List organizations for current session
Returns the organisations the authenticated user belongs to. Called in-process via auth.api.listOrganizations so server-to-server requests are not subject to Better Auth’s Origin-header CSRF check. Cookie-authenticated: NOT part of the public API key / application-id contract.
GET
List organizations for current session
Response
Successfully retrieved organizations
List of organisations the authenticated user belongs to. Served in-process via auth.api.listOrganizations to avoid Better Auth's Origin CSRF check on the HTTP endpoint (APP-2483).