curl --request GET \
--url https://api.staging.kathan.tech/credits/usage \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'[
{
"call_id": "<string>",
"total_credits": 123,
"cost_usd": 123,
"breakdown": {},
"created_at": "<string>"
}
]curl --request GET \
--url https://api.staging.kathan.tech/credits/usage \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'[
{
"call_id": "<string>",
"total_credits": 123,
"cost_usd": 123,
"breakdown": {},
"created_at": "<string>"
}
]API key authentication.
Required user id for API key requests.
Was this page helpful?