This API will list all available activated phone numbers on the account that can be used
Method: Get/Post
Base URL : https://hubbucs.com/site/api/list_phone_numbers
Method: Get/Post
Base URL : https://hubbucs.com/site/api/list_phone_numbers
Mandatory Parameters | Sample | Description |
---|---|---|
key | 374593457034859 | The company account API key, you can get from company settings > API settings |
Optional Parameters | Sample | Description |
---|---|---|
page_number | 2 | Number of the page, (# of records per page is 30 records), default value : 1 |
Example:
Example :
https://hubbucs.com/site/api/list_phone_numbers?key=12134651Gsuid7349[&page_numer=1]
Response :
- {
- "phone_numbers":
- [
- {
- "phone_number":"+16283268766"
- },
- {
- "phone_number":"+16283268767"
- },
- {
- "phone_number":"+16283268768"
- }
- ]
- }
- ------OR------
- {
- "error_message":"error message"
- }