Loading...
Fingerprint API reference guide
This page illustrates how to check the status of the Fingerprint service using the fingerprint endpoint.
fingerprint
Additional fields may be included in some responses you receive; however, these attributes are for internal purposes and are therefore undocumented.
GET /fingerprint/status
GET
/fingerprint/status
Get the status of the Fingerprint service.
The following request gets the status of the Fingerprint service.
healthy
boolean If true, the fingerprint status is healthy.
boolean
true
curl \ --request GET \ --header "Content-Type: application/json" \ --header "Authorization: Bearer dea464c07bd07300095caa8" \ https://your-immuta-url.com/fingerprint/status
{ "healthy": true }