Codes

 Success Codes

HTTP Response CodeDescriptionFull Description of HTTP Code
200OK (response success)The request has succeeded.
201CreatedThe request has succeeded and created a new resource on the server.
204No Content (response empty)The request has succeeded but there was no new information to return.

 Error Codes

Zoho Projects Error CodeHTTP Response CodeDescriptionFull Description of HTTP Code
6401, 6891, 6403, 6831, 6832, 6500400Bad RequestThe request sent by the client was syntactically incorrect.
6401, 6890401Unauthorized AccessThe request requires HTTP authentication.
6504, 6404404Not FoundThe requested resource is not available.
6500, 6891500Internal ErrorThe server encountered an error which prevented it from fulfilling the request.