Skip to main content
OPTIONS
/
api-keys
/
api-keys
/
{key_id}
/
show
Options Show Api Key
curl --request OPTIONS \
  --url https://api.dev.kathan.tech/api-keys/api-keys/{key_id}/show \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

key_id
string
required

Response

Successful Response