curl --request GET \
--url https://api.agentixx.io/api/groups \
--header 'x-tenant-id: <api-key>' \
--cookie better-auth.session_token={
"items": [
{}
]
}Returns all contact groups for the current tenant.
curl --request GET \
--url https://api.agentixx.io/api/groups \
--header 'x-tenant-id: <api-key>' \
--cookie better-auth.session_token={
"items": [
{}
]
}