Get Client Balance
Returns the balance of a specific client.
Path parameters
ID of the client.
Query parameters
Your API Key.
Response
SUCCESS
Example response
{
"currency": {
"symbol": "€",
"code": "EUR"
},
"initial_balance": {
"created_at": "1970-01-01"
}
}Changes
Changed in 1 of the 2 revisions of this API.23
- ▲
the response property
initial_balance/observationbecame nullable for the status200response-property-became-nullable
- ▲
the
errorsresponse's property type/format changed fromobject/toarray/for status401response-property-type-changed
- ●
removed the optional property
balance/without_vatfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
errors/errorfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
overdue_balance/without_vatfrom the response with the200statusresponse-optional-property-removed
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲