The Voiso Balance API allows external applications to get the value of the contact center balance. The API is available on all Voiso tariffs.
GET /api/v1/{api_key}/balance
Successful balance request
application/json
Object
{
"balance": 3562.67
}
Was this page helpful?
curl -X GET \
--url 'https://{cluster_id}.voiso.com/api/v1/%7Bcontact_center_api_key%7D/balance'