Here at Msgme, we try to adhere as closely as possible to Internet standards, so we try to return the appropriate HTTP status codes in our responses. The status attribute will contain the status text and the statusCode attribute will contain codes in the status code column.
| Status Text | Status Code | Reason |
|---|---|---|
| OK | 200 | Everything is A-OK |
| Created | 201 | The request created a resource in Msgme. |
| Not Modified | 304 | There is no new data since the last time you made this request. |
| Bad Request | 400 | Something is wrong with your request. All the required fields for this request may not have been included. |
| Not Authorized | 401 | Invalid token or API key. |
| Forbidden | 403 | We can't fulfill your request because you don't have the proper permissions. |
| Not Found | 404 | The API call you used does not exist, or we cannot find the resource you are requesting. (i.e. A mobile number isn't a subscriber.) |
| Internal Server Error | 500 | Something went wrong at the server level. Please contact Msgme Client Services. |
| Bad Gateway | 502 | Oops, our servers are down. |