Pardon our mess These API docs are a work in progress. Endpoints, examples, and behavior may change as we continue to develop the Partner API v2.
Partner API
GET /api/v2/voice-ai/wallet - Returns the Voice AI wallet balance and autorefill settings (read-only).
/api/v2/voice-ai/wallet
Returns the Voice AI wallet balance and autorefill settings (read-only).
Required scope: voice-ai (or *).
voice-ai
*
curl -s -H "Authorization: Bearer YOUR_TOKEN" \ "https://benefitpath.com/api/v2/voice-ai/wallet"
{ "success": true, "wallet": { "balance": "120.00", "autorefill_enabled": false, "autorefill_threshold_cents": null, "autorefill_amount_cents": null } }
Add credits and change autorefill in the dashboard Voice AI wallet. Partner API does not process payments.
See Errors for the standard error envelope and rate limits.