Billing
Get AI Credit Wallet
Returns the caller's current AI credit balance, reserved amount, and next expiring grant. Session-authenticated only.
veriworkly-auth.session_token<token>
Internal session cookie for local development.
In: cookie
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/billing/credits"{ "success": true, "message": "string", "data": { "balance": 0, "reserved": 0, "lifetimeCredited": 0, "lifetimeDebited": 0, "nextExpiryAt": "2019-08-24T14:15:22Z", "nextExpiryCredits": 0, "updatedAt": "2019-08-24T14:15:22Z" }}