Skip to product menu
Skip to main content

HTTP Status Codes

 

 

  STATUS CODE

  MEANING

DESCRIPTION

200OKThe API request is successful.
304

  NOT MODIFIED

The requested page has not been modified. This response is  sent by the server to load the previously cached data from the browser.

400BAD REQUESTThe server could not understand the request due to invalid  parameters sent. Check the parameter and its values.
401UNAUTHORIZEDInvalid ticket.
403FORBIDDENNo permission to do the operation.
404NOT FOUNDInvalid request. The URL does not exist in our server.
405METHOD NOT ALLOWEDThe specified method is not allowed.
413PAYLOAD TOO LARGEThe server did not accept the request since the size has exceeded.
415UNSUPPORTED MEDIA TYPEThe server did not accept the request while uploading a file  since the media/ file type is not supported.
429TOO MANY REQUESTSThe number of API requests per minute has exceeded the limit.
500INTERNAL SERVER ERROR

The generic error that is encountered due to an unexpected  server error.