Billing
Get Billing History
Lists the caller's processed billing webhook events (most recent 50). 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/history"{ "success": true, "message": "string", "data": [ { "id": "string", "providerEventId": "string", "type": "string", "processedAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z" } ]}Get Billing SummaryGET
Returns the caller's plan, subscription status, entitlements, AI credit wallet, and public catalog in one call. Entitlements (e.g. portfolio publishing) and the AI credit wallet are two independent systems — a plan can grant one, both, or neither depending on `productKey`. Session-authenticated only.
Get AI Credit WalletGET
Returns the caller's current AI credit balance, reserved amount, and next expiring grant. Session-authenticated only.