This API is used to search for a new phone number under the company account.
It supports USA numbers only, for other countries, please contact us.
Method: Get/Post
Base URL : https://hubbucs.com/site/api/search_phone_number
It supports USA numbers only, for other countries, please contact us.
Method: Get/Post
Base URL : https://hubbucs.com/site/api/search_phone_number
Mandatory Parameters | Sample | Description |
---|---|---|
key | 374593457034859 | The company account API key, you can get from company settings > API settings |
Optional Parameters | Sample | Description |
---|---|---|
state | FL | 2 Letters state code of USA (Default is FL) |
zipCode | ZIP Code (5 Digits) | Zip code for the area requierd |
areaCode | 956 | Area Code digits for the required Phone numbers |
Example:
Example :
https://hubbucs.com/site/api/crm_add_contact?key=12134651Gsuid7349&email=XXXXX[&Optional_parameter1=XXXXX&Optional_parameter2=XXXXX]
Response :
- {
- "phone_numbers":
- [
- {
- "FullNumber":"+12223334444",
- "City":"City Name",
- "State":"FL"
- },
- {
- {
- "FullNumber":"+12223334444",
- "City":"City Name",
- "State":"FL"
- },
- {
- {
- "FullNumber":"+12223334444",
- "City":"City Name",
- "State":"FL"
- }
- ]
- }
- ------OR------
- {
- "error_message":"error message"
- }