GET/api/user/balance-history/summaryapplication/jsonapi_token| Campo | Tipo | Obrigatório | Descrição |
|---|---|---|---|
x-api-key | string | Sim | Token de autenticação API Key |
User-Agent | AtivoB2B/1.0 | Sim |
curl --location --request GET '/api/user/balance-history/summary' \
--header 'x-api-key: {Token}' \
--header 'User-Agent: AtivoB2B/1.0'{
"message": "SumƔrio de recebimentos encontrado com sucesso.",
"data": {
"balanceHistory": 10000,
"withheldBalance": 10000,
"financialReserve": 2600,
"amountToReceive": 304959
},
"status": 200,
"error": null
}