Skip to main content
GET
/
api-keys
/
{key_id}
/
show
Show Api Key
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>"
}

Authorizations

Authorization
string
header
required

API key authentication.

X-User-ID
string
header
required

Required user id for API key requests.

Path Parameters

key_id
string
required

Response

Successful Response

key
string
required
id
string
required
name
string | null
required