I'm integrating the usage of the Here API in a service that I'm creating which is hosted on a kubernetes cluster.
I typically have health checks for my services. For example, checking if a database is up and running.
Is there any API call for the Here API that can be used as a health check? Keep in mind, it should be a call that wouldn't count towards the request limits for cost.
Yep, you can find it here: https://status.here.com/status?id=services_status_api. Let me know if this doesn't answer your question.