GET

/points_experiences/:id/balance

Bearer*
curl --request GET \
  --url https://api.thanx.com/points_experiences/:id/balance \
  --header 'Authorization: Bearer <token>'

Response

balance
decimal

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

{
  "balance": 10.0
}