Balance_Request
  • 16 Oct 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Balance_Request

  • Dark
    Light
  • PDF

Article summary

Get
/api/v1/{api_key}/balance

The Voiso Balance API allows external applications to get the value of the contact center balance. The API is available on all Voiso tariffs.

Path parameters
api_key
stringRequired
Example{contact_center_api_key}
Responses
200

Successful balance request

example1

Balance

Successful balance request

{
  "balance": 3562.67
}
object
Example{ "balance": 3562.67 }
403

Invalid api_key

example1

Error1

Invalid API key

{
  "error": "Invalid api_key"
}
Example{ "error": "Invalid api_key" }

Was this article helpful?

What's Next