Get Account Balance

Get Account Balance

GET /v1/account/balances

This API will return the account's balance and total sales.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <idToken>

Response

{
"payload": {
    "balance": "24325.00",
    "sales": "675.00"
    }
}

Last updated