Account balance
Retrieve the current point balance for an eCall account.
Use /account/balance to retrieve the current point balance.
Endpoint: /account/balance
Authentication uses REST API.
Response structure
The response is JSON.
{
"accountRef": 0,
"accountName": "",
"balance": 0,
"timestamp": "",
"timestampUtc": ""
}Field
Description
accountRef
Account reference
accountName
Account name
balance
Current point balance
timestamp
Response timestamp
timestampUtc
Response timestamp in UTC
Last updated
Was this helpful?
