Set SMS Forwarding

This api will allow to recieve your sms on your email, phonenumber or specific url. You can set SMS forward on any your SMS enabled number SMS forward could be email, phone number or URL.

The response will have a status parameter and it will be true or false. According to that, API will not depend upon the status code because the code is only used for herders.

Sample Response

{
    "status": true,
    "message": "Success",
    "code": 100
}

Last updated