HTTP Status Codes

Below is a list of various actions and the HTTP Response Status Codes you are likely to see:

ActionHTTP Code
Valid request, processed synchronously200 OK
Valid request where no content is expected204 No Content
Resource no longer exists at that location301 Moved Permanently
Request with missing required fields400 Bad request
Request with invalid values400 Bad request
Request without Auth header401 Unauthorized
Request with incorrect Auth content/key401 Unauthorized
Resource does not exist404 Not Found
Invalid method sent to resource (e.g. PUT where only GET is permitted)405 Method Not Allowed
Service is down503 Service unavailable
Internal server error503 Service unavailable