Skip to main content
GET
/
api
/
integrations
/
oauth
/
authorize
Initiate OAuth flow
curl --request GET \
  --url https://api.agentixx.io/api/integrations/oauth/authorize \
  --header 'x-tenant-id: <api-key>' \
  --cookie better-auth.session_token=
{
  "url": "<string>"
}

Authorizations

better-auth.session_token
string
cookie
required

Session cookie set by Better Auth on sign-in.

x-tenant-id
string
header
required

Tenant/workspace UUID. Required on all /api/* endpoints.

Query Parameters

provider
string
required

Integration provider name (e.g., google-sheets, hubspot)

connectionName
string

Display name for the connection

Response

Authorization URL

url
string
required