cURL
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" } }
Basic Auth
The data
The response is of type any.
any