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 Voice AI wallet

GET /api/v2/voice-ai/wallet - Returns the Voice AI wallet balance.

GET/api/v2/voice-ai/wallet

Returns the Voice AI wallet balance.

Required scope: voice-ai (or *).

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
  }
}

See Errors for the standard error envelope and rate limits.