During your use of Hooho, you might encounter various http status codes.

HTTP status codeDescriptionReason
200OKThe request was accepted.
400Bad RequestThe request was denied due to a client error. (e.g. malformed request syntax, size too large, invalid request message framing, or deceptive request routing)
401UnauthorizedA problem was encountered during the authentication process. (e.g. missing API key, not enough credit)
405Method Not AllowedThe request method is not supported for the requested resource.
5XXServer errorsA problem has occured in the server during your request. It may or may not be due to your request.