Skip to main content
GET
/
logs
/
api-logs
/
{log_id}
Get Api Log
curl --request GET \
  --url https://api.staging.kathan.tech/logs/api-logs/{log_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-User-ID: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication.

X-User-ID
string
header
required

Required user id for API key requests.

Path Parameters

log_id
string
required

Response

Successful Response