v1

latestOpenAPI 3.0.22026-07-2645239950.4 KB

EUD Guest Tiers API

get/tiers

Query parameters

start_cursorinteger

Defaults to 0. This is a cursor for use in pagination. start_index is the index that defines your place in the list. For instance, if you make a list request and receive 1000 objects, your subsequent call can include start_index=1001 in order to fetch the next page of the list.

countinteger

Defaults to 100. This is a limit on the number of objects to be returned. Count can range between 1 and 1000, and the default is 100.

languagestring

One of the store languages, for example english/ italian/ german, etc.

Response

200

created_timestring

The date on which the tier was created.

descriptionstring

"Tier Description" text configuration in tier settings in the admin console.

idstring

The internal ID generated by Zinrelo.

is_defaultboolean

Specifies if the mentioned tier is the default tier or not.

minimum_pointsinteger

The minimum points required to be in the tier.

namestring

The tier name.

tier_idstring

The unique ID associated with the tier.

updated_timestring

The recent date and time on which tier was updated.

Example response

{
  "created_time": "07-May-2021 05:44:16",
  "description": "1000 points",
  "id": "6094d3b084d28f07bbda724d",
  "is_default": false,
  "minimum_points": 14000,
  "minimum_qualification_units": 500,
  "name": "Gold",
  "tier_id": "zrl_gold",
  "updated_time": "26-Jul-2023 05:04:15"
}