Balance Request
#

Balance Request
#

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

API Code Playground

Endpoint Arguments
Parameters
Required
Required
String
Template

Contact center API key


Responses

  • 200
  • 403

Successful balance request

application/json

{
  "balance": 3562.67
}
  • Request
  • Response
curl -X GET \
  --url 'https://www.example.com/api/v1/ZXTf40WQMcQQJHZKGMhHL8av1AxxxVHy/balance' \
  -H 'Accept: application/json'