Skip to main content
The Phone System API provides programmatic access to the phone numbers and number pools connected to your HoopAI account. Use it to retrieve active numbers, inspect their capabilities (voice, SMS, MMS), and list number pools configured for call routing.

Base URL

https://services.leadconnectorhq.com

Authentication

All endpoints require a Bearer token and an API version header.
Authorization: Bearer <access_token>
Version: 2021-07-28
See OAuth 2.0 to obtain an access token.

OAuth scopes

ScopeAccess
phonenumbers.readRead active phone numbers
numberpools.readRead number pools

Quick start

List all active phone numbers for a location:
curl -X GET "https://services.leadconnectorhq.com/phone-system/numbers/location/ve9EPM428h8vShlRW1KT"   -H "Authorization: Bearer <access_token>"   -H "Version: 2021-07-28"

Endpoints

MethodPathDescription
GET/phone-system/number-poolsList number pools
GET/phone-system/numbers/location/{locationId}List active numbers for a location
Last modified on March 7, 2026