curl --location 'https://api.snakk.ai/api/support/customer//agents' \
--header 'X-API-Key: <api-key>'{
"total_agents": 1,
"agents": [
{
"agent_id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"name": "Reception",
"active": true,
"channels": [
"inbound_phone",
"chat",
"outbound_phone"
],
"phone_number": "+4799999999",
"last_modified": "2026-06-20"
}
]
}