Skip to main content

Messages

note

This are the http codes returned in the NeCIPCo calls and their meanings.

All the NeCIPCo calls return one of the following http codes:

HTTP CodeMeaning
200Ok -- Your request was executed successfully!.
201Created -- Your resource was successfully created!.
400Bad Request -- Your request is invalid.
401Unauthorized -- Your API key is wrong.
403Forbidden -- The operation or resource was valid, but an error has occurred.
404Not Found -- The specified operation or resource could not be found.
405Method Not Allowed -- You tried to access an operation with an invalid method.
422Unprocessable Entity -- Your request syntax is valid, but has invalid fields.
429Too Many Requests -- You're requesting too many things! Slow down!
500Internal Server Error -- We had a problem with our server. Try again later.
503Service Unavailable -- We're temporarily offline for maintenance. Please try again later.