This API is used to unblock phone number from sending/recieving SMS/Voice Calls.
Method: Get/Post
Base URL : https://hubbucs.com/site/api/unblock_number
Method: Get/Post
Base URL : https://hubbucs.com/site/api/unblock_number
Mandatory Parameters | Sample | Description |
---|---|---|
key | 374593457034859 | The company account API key, you can get from company settings > API settings |
phone_number | 9651112222 | the phone number to unblock |
Optional Parameters | Sample | Description |
---|---|---|
service_to_unlock | 1 OR 2 OR 3 | 1: for SMS, 2 for Voice, 3 for All (Default value) |
Example:
Example :
https://hubbucs.com/site/api/unblock_number?key=12134651Gsuid7349[¶meter=parameter¶meter=parameter]
Response :
- {
- "message":"success",
- }
- ------OR------
- {
- "error_message":"error message"
- }