Workplace from Meta is being discontinued – seamlessly migrate to Zoho Connect today. Learn More

Skip to main content

HTTP Status Codes:

STATUS CODEMEANINGDESCRIPTION
200OKThe API request is successful.
304NOT MODIFIEDThe 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 ERRORThe generic error that is encountered due to an unexpected server error.