Get Fingerprint Status

Fingerprint API reference guide

This page illustrates how to check the status of the Fingerprint service using the fingerprint endpoint.

Additional fields may be included in some responses you receive; however, these attributes are for internal purposes and are therefore undocumented.

Get the status of the fingerprint service

GET /fingerprint/status

Get the status of the Fingerprint service.

Response parameters

AttributeDescription

healthy

boolean If true, the fingerprint status is healthy.

Request example

The following request gets the status of the Fingerprint service.

curl \
    --request GET \
    --header "Content-Type: application/json" \
    --header "Authorization: Bearer dea464c07bd07300095caa8" \
    https://your-immuta-url.com/fingerprint/status

Response example

{
  "healthy": true
}

Last updated

Self-managed versions

2024.22024.12023.42023.3

Copyright © 2014-2024 Immuta Inc. All rights reserved.