HTTP response status codes you may encounter while using our APIs
You may encounter different HTTP status codes while using our APIs. Below you’ll find a summary of each possible status code.
Status Code | Description |
---|---|
200 OK | OK, all went through! |
401 Unauthorized | Access denied due to invalid subscription key. Make sure to provide a valid key for an active subscription and that the subscription has not expired. |
403 Forbidden | Forbidden; the API key has insufficient permissions to access the resources. Check the message of the response for details, e.g. the subscription or trial period has ended. |
404 Not Found | Not Found, search did not find anything! |
429 Too Many Requests | Rate limit is exceeded. Too many requests have been made too quickly. Try to wait longer between requests or add an exponential backoff to your calls. Learn more about rate limits and thresholds. |
5xx Server Error | Internal Server Error, we had a problem with our server. Try again later. |