GET
/
points_multipliers
curl https://api.thanxsandbox.com/points_multiplier \
  -X GET \
  $AUTH_HEADERS
{
    "points_multipliers": [
        {
            "id": "dq7xkm2ph0my36n",
            "points_experience_id": "5nxe1pxwhqg2kmr",
            "factor": "1.9",
            "date_range_starts_on": "2023-12-19",
            "date_range_ends_on": "2023-12-25"
        }
    ]
}

Please review proper request headers here.

Parameters

points_experience_id
string

Only return points products configured for this points experience

Response

id
string

The identifier of the points multiplier

points_experience_id
string

The identifer of the points experience

factor
decimal

The factor which earned points will be enhanced by

date_range_starts_on
string

The first day the multiplier will take effect on earned points

date_range_starts_on
string

The last day the multiplier may take effect on earned points

curl https://api.thanxsandbox.com/points_multiplier \
  -X GET \
  $AUTH_HEADERS
{
    "points_multipliers": [
        {
            "id": "dq7xkm2ph0my36n",
            "points_experience_id": "5nxe1pxwhqg2kmr",
            "factor": "1.9",
            "date_range_starts_on": "2023-12-19",
            "date_range_ends_on": "2023-12-25"
        }
    ]
}