curl --location --request GET 'https://my.xentree.com/api/integration/fingerprint?tenantId' \
--header 'Authorization: Bearer <token>'{
"tenantId": "string",
"activeKeys": [
{
"kid": "string",
"algorithm": "string",
"fingerprint": "string",
"createdAt": "2019-08-24T14:15:22.123Z"
}
]
}