Skip to main content
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
}

Documentation Index

Fetch the complete documentation index at: https://docs.thanx.com/llms.txt

Use this file to discover all available pages before exploring further.

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
}