curl --request GET \
--url https://api.closebot.com/agency/billing/balance/source/{sourceId} \
--header 'X-CB-KEY: <api-key>'{
"balance": 123,
"currency": "<string>"
}Gets the balance of the source.
curl --request GET \
--url https://api.closebot.com/agency/billing/balance/source/{sourceId} \
--header 'X-CB-KEY: <api-key>'{
"balance": 123,
"currency": "<string>"
}