curl --request GET \
--url https://api.example.com/groups/{uuid}{
"success": true,
"data": {
"id": 1,
"uuid": "ee9fb0b4-83f0-4be5-a0be-1063e05ff0b8",
"name": "VIP Customers",
"description": "High-value customers",
"contacts_count": 150,
"created_at": "2026-01-01T00:00:00.000000Z",
"updated_at": "2026-01-01T00:00:00.000000Z"
}
}
Retrieve a specific group by UUID
curl --request GET \
--url https://api.example.com/groups/{uuid}{
"success": true,
"data": {
"id": 1,
"uuid": "ee9fb0b4-83f0-4be5-a0be-1063e05ff0b8",
"name": "VIP Customers",
"description": "High-value customers",
"contacts_count": 150,
"created_at": "2026-01-01T00:00:00.000000Z",
"updated_at": "2026-01-01T00:00:00.000000Z"
}
}
Documentation Index
Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"success": true,
"data": {
"id": 1,
"uuid": "ee9fb0b4-83f0-4be5-a0be-1063e05ff0b8",
"name": "VIP Customers",
"description": "High-value customers",
"contacts_count": 150,
"created_at": "2026-01-01T00:00:00.000000Z",
"updated_at": "2026-01-01T00:00:00.000000Z"
}
}
Was this page helpful?