SMS RESTful API Integration

Documentation

Image

SMS API Operations

Easily integrate SMS-enable to your website, application or customer relationship management platform with our RESTful API.

You can check user credits with this operation.

 

API Endpoint:

https://www.smslu.com/

 

Sample JSON data:

                                {
                                "user": {
                                "username": "JohnDoe",
                                "password": "1234567"
                                }
                            }

 

Sample JSON Response:

                                {
                                "error": false,
                                "message": "OK",
                                "data": {
                                "Credit": 1457664,
                                 }
                             }
You can check user credits with this operation.

 

API Endpoint:

https://www.smslu.com/api/user/credits

 

Sample JSON data:

                                {
                                "user": {
                                "username": "JohnDoe",
                                "password": "1234567"
                                }
                            }

 

Sample JSON Response:

                                    {
                                    "error": false,
                                    "message": "OK",
                                    "data": {
                                        "Credit": 1457664,
                                    }
                                    }
                                
You can check user credits with this operation.

 

API Endpoint:

https://www.smslu.com//api/user/credits

 

Sample JSON data:

                                                {
                                                "user": {
                                                "username": "JohnDoe",
                                                "password": "1234567"
                                                }
                                            }

 

Sample JSON Response:

                                                {
                                                "error": false,
                                                "message": "OK",
                                                "data": {
                                                    "Credit": 1457664,
                                                }
                                                }