GET
/
points_experiences
/
:id
/
balance
curl https://api.thanxsandbox.com/points_experiences/:id/balance \
  -X GET \
  $AUTH_HEADERS
{
  "balance": 10.0
}

Please review proper request headers here.

Response

balance
decimal

The user’s current balance of the currency of the points experience

curl https://api.thanxsandbox.com/points_experiences/:id/balance \
  -X GET \
  $AUTH_HEADERS
{
  "balance": 10.0
}