API Response Status
Response codes are explained in the following table:
Case | Response |
---|---|
If user not provided/Deleted | {“Status”:”109”,”Text”:”REJECTD”,"Message_ID":""} |
If wrong apiKey or secretKy or not provided | {“Status”:”108”,”Text”:”REJECTD”,"Message_ID":""} |
If content not provided | {“Status”:”114”,”Text”:”REJECTD”,"Message_ID":""} |
If message id isn’t valid or query has been done already for the same id | {“Status”:”114”,”Text”:”REJECTD”,"Message_ID":""} |
If internal server error occurs | {“Status”:”101”,”Text”:”REJECTD”,"Message_ID":""} |
If Authorization failed | {“Status”:”-42”,”Text”:”REJECTD”} |
If request successful | {“Status”:”0”,”Text”:”Acceptd”,"Message_ID":"message_id"} |
If request failed | {“Status”:”1”,”Text”:”REJECTD”,"Message_ID":""} |
If request pending | {“Status”:”2”,”Text”:”PENDING”} |
If request sent | {“Status”:”4”,”Text”:”SENT”} |
If sms request successful | {“Status”:”0”,”Text”:”DELIVRD”} |
If TPS limit exceed | {“Status”:”137”,”Text”:”REJECTD”,"Message_ID":""} |