v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
Loyalties

List Member's Loyalty Tiers

Retrieve member tiers using the loyalty card ID.

get/v1/loyalties/members/{memberId}/tiers

Response

Returns a data array containing the member's loyalty tiers.

object'list' required

The type of the object represented by JSON. This object stores information about loyalty tiers in a dictionary.

data_ref'data' required

Identifies the name of the attribute that contains the array of loyalty tier objects.

totalinteger required

Total number of loyalty tier objects.

Example response

{
  "data": [
    {
      "expiration": {
        "customer_id": "cust_7iUa6ICKyU6gH40dBU25kQU1",
        "campaign_id": "camp_rRsfatlwN7unSeUIJDCYedal",
        "created_at": "2021-12-22T10:13:06.487Z",
        "updated_at": "2021-12-22T10:13:06.487Z"
      }
    }
  ]
}