Endpoints
Healthcheck
Check API service health status
GET
Healthcheck
Check the health status of the API service.API Request
This endpoint doesn’t require any parameters and is not authenticated.Response
Returns a 200 status code if the service is healthy.Alternative Endpoint
There is also a root-level healthcheck endpoint available at/healthcheck that provides the same functionality.