Skip to main content

General

Health check

Colormap API

Version: 1.0

Checks if the service is healthy and able to respond to requests

Parameters

fullboolean
check_dependenciesboolean
strictboolean

Returns

200

Successful Response

undefinedunknown

Endpoint

GET
/colormap/health_check

Request

curl -X GET 'https://{service_host}/colormap/health_check' \
-H 'Authorization: Bearer <ACCESS_TOKEN>'

Response

No response body.

Was this page helpful?