GET
/
points_experiences
/
:id
/
balance
curl https://api.thanxsandbox.com/points_experiences/:id/balance \
  -X GET \
  -H "Content-Type: application/json"  \
  -H "Accept-Version: v4.0" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer ${token}" \
  -H "X-ClientId: ${client_id}" 
{
  "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 \
  -H "Content-Type: application/json"  \
  -H "Accept-Version: v4.0" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer ${token}" \
  -H "X-ClientId: ${client_id}" 
{
  "balance": 10.0
}