Response status codes
When you submit a REST request to an endpoint, the response includes an HTTP status code. If successful, the response status is 200 OK and the response payload includes data that matches the request. Upon a failure, the response has a different status code and may include additional information about the error. You can use this additional information to troubleshoot the issue.
HTTP status codes
The HERE Safety Cameras Feed API supports standard HTTP status codes. The following table provides descriptions of common status codes:
| Error code | Description |
|---|---|
| 200 OK | Success. |
| 204 No content | Success. |
| 400 Bad request | Invalid parameter value or missing required parameter in the request. For example, latitude and/or longitude out of range/missing. |
| 401 Unauthorized | Invalid authentication. |
| 403 Forbidden | Missing or incorrect authorization token in the request. For more information, see the Identity and Access Management - Developer Guide. |
| 404 Not found | Resource not found. Data for given country or search area not available. |
| 500 Internal error | Server configuration issue. |
| 503 Service Unavailable | Service is temporarily unavailable due to system overload or maintenance. |
Updated 29 days ago