Get Account

Create a new user

GET /api/account/get-balance

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

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <token>

Response

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

Last updated