GET
/
v1
/
pricing
/
balances
/
summary
View credit and incentive balance
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
}

Headers

x-api-key
string
required
x-api-secret
string
required

Response

200 - application/json

The response is of type object.