GET
/
business-manager
/
balance
get business balane
curl --request GET \
  --url https://shortext.ny-corp.io/api/business-manager/balance \
  --header 'Authorization: Bearer <token>'
{
  "balance": {
    "amount": 634.1987,
    "currency": "EUR"
  },
  "local_balance": {
    "amount": 416618.8856,
    "currency": "XAF"
  }
}

Authorizations

Authorization
string
header
required

Basic Auth

Response

200 - application/json

The data

The response is of type any.