Skip to main content
GET
/
api
/
v2
/
backoffice
/
ops
/
providers
/
balance
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
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

providerId
string
required
providerName
string
required
balance
number
required