curl --request GET \
--url https://api.staging.kathan.tech/api-keys/{key_id}/show \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"key": "<string>",
"id": "<string>",
"name": "<string>"
}Show the plaintext API key for the authenticated user.
curl --request GET \
--url https://api.staging.kathan.tech/api-keys/{key_id}/show \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"key": "<string>",
"id": "<string>",
"name": "<string>"
}Was this page helpful?