curl --request GET \
--url http://co-mind-platform-host/v1/researcher/health \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "Invalid authentication credentials",
"type": "permission_error",
"code": "unauthorized"
}
}Check the health of the researcher service.
curl --request GET \
--url http://co-mind-platform-host/v1/researcher/health \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "Invalid authentication credentials",
"type": "permission_error",
"code": "unauthorized"
}
}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>Service is healthy