Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://api.superwize.ai/api/credits/getUsageHistory \ --header 'Content-Type: application/json' \ --data ' { "limit": 20, "cursor": "obj_01JHKZ0PV2WX123456780" } '
{ "items": [ { "id": "obj_01JHKZ0PV2WX123456789", "operation": "CHAT", "amount": 1, "createdAt": "2026-01-01T00:00:00.000Z" } ], "nextCursor": "obj_01JHKZ0PV2WX123456781" }
Returns paginated credit deduction history for the authenticated user.
1 <= x <= 100
Credit usage history returned.
Show child attributes