Returns the credit and incentive balances for the team. Incentives are represented in cents in US dollars. Credits are represented in a total count of credits. To get # of B2C credits divide by 30. To get # of B2B credits divide by 50.
cURL
curl --request GET \ --url https://api-staging.respondent.io/v1/pricing/balances/summary \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-secret: <x-api-secret>'
{ "creditBalance": 123, "incentiveBalance": 123 }