Points
Get Points Balance
This endpoint returns the specified points experience balance for the given user
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
}
curl --request GET \
--url https://api.thanx.com/points_experiences/:id/balance \
--header 'Authorization: Bearer <token>'
{
"balance": 10.0
}