English
cURL
curl --request GET \ --url https://sandbox.killb.app/api/v2/backoffice/ops/providers/balance \ --header 'Authorization: Bearer <token>'
[ { "providerId": "<string>", "providerName": "<string>", "balance": 123 } ]
The access token received from the authorization server in the OAuth 2.0 flow.