curl --location --request GET 'https://my.xentree.com/api/admin/integration-token-revocations?tenant_id&jti&include_expired&limit' \
--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"
}
]