GET
/
points_multipliers
curl --request GET \
  --url https://api.thanx.com/points_multipliers \
  --header 'Authorization: Bearer <token>'
{
    "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"
        }
    ]
}

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