Guides
Guides

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 codeDescription
200 OKSuccess.
204 No contentSuccess.
400 Bad requestInvalid parameter value or missing required parameter in the request. For example, latitude and/or longitude out of range/missing.
401 UnauthorizedInvalid authentication.
403 ForbiddenMissing or incorrect authorization token in the request. For more information, see the Identity and Access Management - Developer Guide.
404 Not foundResource not found. Data for given country or search area not available.
500 Internal errorServer configuration issue.
503 Service UnavailableService is temporarily unavailable due to system overload or maintenance.