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
}
Points
Get Points Balance
This endpoint returns the specified points experience balance for the given user
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
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
}