X-API-Key: ********************curl --location 'https://api.snakk.ai/api/phone-numbers/pool/all' \
--header 'X-API-Key: <api-key>'{
"summary": {
"total": 12,
"assigned": 8,
"available": 4
},
"phone_numbers": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"phone_number": "+4712345678",
"assigned_to_agent": true,
"agent_id": "2b1e3b65-2c04-4fa2-a2d7-467901e98978",
"tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
"created_at": "2019-08-24T14:15:22.123Z",
"tenant": {
"name": "Example AS",
"email": "contact@example.com"
},
"agent": {
"name": "string"
}
}
]
}