Retrieve Available Phone Numbers
Retrieve Available Phone Numbers
Retrieve all available phone numbers for assistant assignment
GET
Retrieve Available Phone Numbers
This endpoint returns a list of phone numbers belonging to the authenticated user that can be assigned to assistants, with optional filtering by assistant type.
Query Parameters
string
Filter phone numbers by assistant type. Options:
inbound, outboundResponse Fields
The API returns a direct array of available phone numbers:array
Array of available phone numbers
Notes
- Only phone numbers belonging to the authenticated user are returned
- When
type=inboundis specified, caller ID numbers and already assigned numbers are filtered out - The
is_availablefield indicates if the number can be assigned to a new inbound assistant - Phone numbers are returned in a values collection format (indexed array)
- Use the
idfield when assigning phone numbers to assistants

