Here is a list of the API HTTP status codes and error codes.
More information:
https://developer.cirium.com/apis/flightstats-apis/get-started
Code | Name | Description |
200 | OK | Standard response for a successful request (or when useHTTPErrors was not specified). |
400 | Bad Request | Something was wrong with the request submitted, and it must be corrected before it can succeed. The response body will include details about the error. |
403 | Forbidden | Authorization failure; valid credentials were not provided. Our server understands the request but refuses to authorizes it. |
404 | Not Found | No resource was found at the specified URI. |
405 | Method Not Allowed | The HTTP request specified a method (e.g. PUT, DELETE, OPTIONS, etc.) that is not supported by this resource. |
500 | Internal Server Error | Unexpected server-side failure. Should this occur, please contact us for assistance. The response body will include a unique identifier that we can use to help locate the problem. |
Comments
0 comments
Article is closed for comments.