cURL
curl --request GET \ --url https://api.example.com/all-groups
{ "success": true, "data": [ { "id": 1, "uuid": "ee9fb0b4-83f0-4be5-a0be-1063e05ff0b8", "name": "VIP Customers", "description": "High-value customers", "contacts_count": 150 }, { "id": 2, "uuid": "feab58b8-df74-435e-ae09-d7dde096ff0c", "name": "Newsletter Subscribers", "description": "Users subscribed to our newsletter", "contacts_count": 500 } ] }
Returns all contact groups without pagination
Documentation IndexFetch the complete documentation index at: https://developers.sendazi.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt
Use this file to discover all available pages before exploring further.
/groups
Was this page helpful?