Skip to main content
POST
/
api
/
checkBalance
cURL
curl --request POST \
  --url https://prod4.weekday.technology/api/checkBalance \
  --header 'Authorization: Bearer <token>'
{
  "balance": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

checkBalance response

balance
number

Account balance