Use health check endpoints to confirm that 1Password Device Trust services can reach the critical infrastructure they depend on. These endpoints don’t report the health or compliance status of individual devices.
Available health check endpoints
You can use the following health check endpoints to monitor each Device Trust service.
| Endpoint | Device Trust service |
|---|---|
| https://app.kolide.com/health | Admin console |
| https://auth.kolide.com/health | Authentication service |
| https://api.kolide.com/health | API |
Check the health of a Device Trust service
You can check the health of a Device Trust service by visiting one of the above available health check endpoint URLs in your browser or by sending a curl request.
The endpoints accept GET requests and don’t require an API key. For example:
curl https://app.kolide.com/health
Review the response
If the Device Trust service can reach all its critical dependencies, the endpoint returns:
{"status":"OK"}
If one or more dependency checks fail, the endpoint returns:
{"status":"ERROR"}
Both responses use HTTP status 200. Configure your monitoring tool or script to check the value of status in the response body instead of relying only on the HTTP status code.
An ERROR response may not always indicate a customer-visible disruption. To learn about known service incidents, visit the 1Password status page.
Was this article helpful?
Glad to hear it! If you have anything you'd like to add, feel free to contact us.
Sorry to hear that. Please contact us if you'd like to provide more details.