curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/scim/tokens \
--header 'Authorization: Bearer <token>'{
"tokens": [
{
"id": "<string>",
"label": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"lastUsedAt": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/scim/tokens \
--header 'Authorization: Bearer <token>'{
"tokens": [
{
"id": "<string>",
"label": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"lastUsedAt": "2023-11-07T05:31:56Z"
}
]
}