curl --request GET \
--url https://api.flare.io/tokens/test \
--header 'Authorization: Bearer <token>'{
"api_key_id": 123,
"organization_id": 456,
"scopes": [
"authenticated",
"apikey",
"firework",
],
"tenant_id": 789,
"user_email": "user@example.com",
"user_id": 42
}
curl --request GET \
--url https://api.flare.io/tokens/test \
--header 'Authorization: Bearer <token>'{
"api_key_id": 123,
"organization_id": 456,
"scopes": [
"authenticated",
"apikey",
"firework",
],
"tenant_id": 789,
"user_email": "user@example.com",
"user_id": 42
}
{
"api_key_id": 123,
"organization_id": 456,
"scopes": [
"authenticated",
"apikey",
"firework",
],
"tenant_id": 789,
"user_email": "user@example.com",
"user_id": 42
}
Was this page helpful?