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