cURL
curl --request GET \ --url https://api.comm.com/api/v1/audience/companies/{company}/balance \ --header 'Authorization: Bearer <token>'
{ "client_balance": "<string>", "vendor_balance": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The company ID
The response is of type object.
object