The following list of HTTP status codes is returned by HuntAPI. Each status code indicates the outcome of an API call and suggests a potential resolution for errors.

Status CodeIs Billed?ExplanationResolution
200 and 201YesSuccessful API CallNo action required.
400NoBad Request / Inactive API Key / Expired API KeyVerify your parameters and their types. Ensure your API key is active and not expired. Check the detailed error message in the response body for more information.
401NoUnauthorized / Invalid API KeyCheck your API key and ensure it is valid.
402NoPayment Required / You Have Open InvoicesSettle any outstanding invoices to continue using the API.
403NoForbidden / Account DeactivatedVerify your permissions. Contact us if you believe this is a mistake.
404NoNot Found / URL Not FoundEnsure the endpoint URL is correct.
429NoRate Limit ExceededConsider upgrading your current plan or get in touch with our sales team.
500NoUnexpected ErrorRetry the action and check the detailed error message in the response body for more insights.

Additional Notes

  • 400 Bad Request: This status indicates that the server cannot process the request due to a client error (e.g., malformed request syntax or invalid parameters).
  • 401 Unauthorized: Typically returned when an invalid API key is used. Make sure your API key is active and not expired.
  • 402 Payment Required: Occurs if there are outstanding invoices. Settle any open invoices to continue using the API.
  • 403 Forbidden: Indicates that the user does not have permission to access the requested resource.
  • 429 Too Many Requests: This status indicates that the client has sent too many requests in a given amount of time (rate limiting).
  • 500 Internal Server Error: This is a generic error message for unexpected server issues. Check logs for more detailed information.