curl --request GET \
--url https://api.staging.kathan.tech/logs/api-logs \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get WebSocket API logs for the user
curl --request GET \
--url https://api.staging.kathan.tech/logs/api-logs \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?