curl --location 'https://my.xentree.com/api/admin/integration-token-revocations?tenant_id=undefined&jti=undefined&include_expired=undefined&limit=undefined' \
--header 'Authorization: Bearer <token>'[
{
"id": "string",
"tenant_id": "string",
"jti": "string",
"token_hash": "string",
"subject_user_id": "string",
"revoked_by_user_id": "string",
"reason": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"revoked_at": "2019-08-24T14:15:22.123Z",
"expires_at": "2019-08-24T14:15:22.123Z"
}
]