Intrinio uses normal HTTP response codes to indicate the success or failure of an API request. A response code of 200 indicates success and codes in the 4xx range indicate an error that failed given the information provided, and codes in the 5xx range indicate an error with Intrinio’s servers (these are rare).
The Intrinio API uses the following error codes:
Code | Meaning |
---|---|
200 | OK – Everything worked as expected |
401 | Unauthorized – Your User/Password API Keys are incorrect |
403 | Forbidden – You are not subscribed to the data feed requested |
404 | Not Found – The endpoint requested does not exist |
429 | Too Many Requests – You have hit a limit. See limits |
500 | Internal Server Error – We had a problem with our server. Try again later. |
503 | Service Unavailable – You have hit your throttle limit or Intrinio may be experiencing high system load. |