AI
conversation AI, voice AI, agent studio, knowledge base & phone system APIs
Get list of number pools, optionally filtered by location
cURL
curl --request GET \ --url https://services.leadconnectorhq.com/phone-system/number-pools \ --header 'Authorization: Bearer <token>' \ --header 'Version: <version>'
{ "success": true, "data": [ { "id": "ve9EPM428h8vShlRW1KT", "name": "Sales Team Pool", "locationId": "<string>", "numbers": [ { "phoneNumber": "<string>", "friendlyName": "<string>" } ], "forwardingNumber": "<string>", "callRecording": true, "isActive": true } ], "total": 5 }
Access Token or Private Integration Token
API Version
2021-07-28
Location ID to filter pools
Successfully retrieved number pools list
true
Show child attributes
5
Was this page helpful?