cURL
curl --request GET \ --url https://api.agentixx.io/api/integrations \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token=
{ "items": [ {} ] }
Returns all connected integrations for the current tenant (credentials excluded).
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Integration list
Show child attributes