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

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.