Skip to main content
GET
/
points_experiences
/
:id
curl https://api.thanxsandbox.com/points_experiences/:id \
  -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}" 
{
  "points_experience": {
    "id": "590485d6f0",
    "merchant_id": "woeri34",
    "name": "Merchant Points",
    "currency": {
      "name": "Star",
      "plural": "Stars",
      "description": "Collect 1 star for every 1 dollar spent",
      "conversion": 1.0
    },
    "images": {
      "earn": {
        "small": "https://...png",
        "default": "https://...png",
        "large": "https://...png"
      },
      "currency_primary": {
        "small": "https://...png",
        "medium": "https://...png",
        "default": "https://...png",
        "large": "https://...png"
      },
      "currency_secondary": {
        "small": "https://...png",
        "medium": "https://...png",
        "default": "https://...png",
        "large": "https://...png"
      }
    }
  }
}

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.

Parameters

id
string
required
The ID of the points experience

Response

id
string
The ID of the points experience
merchant_id
string
The ID of the merchant
name
string
The name of the points experience
currency
hash
images
hash
curl https://api.thanxsandbox.com/points_experiences/:id \
  -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}" 
{
  "points_experience": {
    "id": "590485d6f0",
    "merchant_id": "woeri34",
    "name": "Merchant Points",
    "currency": {
      "name": "Star",
      "plural": "Stars",
      "description": "Collect 1 star for every 1 dollar spent",
      "conversion": 1.0
    },
    "images": {
      "earn": {
        "small": "https://...png",
        "default": "https://...png",
        "large": "https://...png"
      },
      "currency_primary": {
        "small": "https://...png",
        "medium": "https://...png",
        "default": "https://...png",
        "large": "https://...png"
      },
      "currency_secondary": {
        "small": "https://...png",
        "medium": "https://...png",
        "default": "https://...png",
        "large": "https://...png"
      }
    }
  }
}