curl --request GET \
--url https://api.dev.kathan.tech/api-keys/api-keys/{key_id}/show \
--header 'Authorization: Bearer <token>'{
"key": "<string>",
"id": "<string>",
"name": "<string>",
"upgraded": false
}Show the plaintext API key for the authenticated user.
curl --request GET \
--url https://api.dev.kathan.tech/api-keys/api-keys/{key_id}/show \
--header 'Authorization: Bearer <token>'{
"key": "<string>",
"id": "<string>",
"name": "<string>",
"upgraded": false
}