Skip to main content
GET
Error

Authorizations

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

Path Parameters

programId
string
required

Unique loyalty program identifier (format: lprg_ followed by hexadecimal characters).

Query Parameters

limit
integer
default:100

Maximum number of report entries to return. Minimum: 1, maximum: 100. Defaults to 100 when omitted.

Required range: 1 <= x <= 100
order
default:-id

Sort order. A single field or an array of fields. Prefix a field with - for descending order. Defaults to -id. Allowed values: id, -id.

Available options:
id,
-id
filters
object

Field filters, e.g. filters[tier_structure_id][conditions][$is]=lts_... or filters[tier_id][conditions][$is]=lt_.... Each field accepts a conditions object with condition operators. Filters for program tiers reports.

Response

Program tiers summary report.

Program tiers summary report result.

data
object[]

Report entries, one per tier structure and tier.

object
string

Object type marker. Always report.

Allowed value: "report"
Last modified on August 3, 2026