curl "https://app.talkover.ai/api/v1/credits/balance" \ -H "Authorization: Bearer your_user_session_token"
{ "success": true, "data": { "balance": 250.00, "currency": "USD", "auto_topup_enabled": true, "as_of": "2024-01-15T19:30:00Z" } }
Retrieve the current account credit balance
Documentation IndexFetch the complete documentation index at: https://docs.talkover.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.talkover.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/credits/balance
Bearer <user_session_token>
Was this page helpful?