Skip to main content
GET
List Member's Loyalty Tiers

Authorizations

X-App-Id
string
header
required
X-App-Token
string
header
required

Path Parameters

memberId
string
required

Unique loyalty card assigned to a particular customer.

Example:

"MmFAzfDe"

Response

200 - application/json

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

Response body schema for GET v1/loyalties/members/{memberId}/tiers.

object
enum<string>
default:list
required

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

Available options:
list
data_ref
enum<string>
default:data
required

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

Available options:
data
data
Loyalty Tier · object[]
required
total
integer
required

Total number of loyalty tier objects.

Last modified on April 27, 2026