Articles & Information.

Common Error Codes & Responses

Select a topic:

Choose from one of the topics below to browse other articles

Last updated by Rudolph Keown on September 02, 2013 15:08

Mxit's API attempts to return the appropraite HTTP status codes for every REST API request.


HTTP Status Codes

CodeTextDescription
200OKIt worked!
203The Web context is nullThe web context is null
401OAuth token invalid or expiredThe OAuth token is invalid or has expired
403OAuth token doesn't allow access to method callOAuth token presented does not allow access to the method call
405Method not allowed
You may be using the incorrect method (ie. GET instead of POST) to access the specified resource.
500Internal error
Internal error