69be73b5cff0

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-101025471.3 MB
Programs

Get program tiers summary report

<Info>

<Badge color="gray">Documentation in progress</Badge>

This documentation is in progress. The parameters, fields, request and response bodies, and other data may be subject to change. If you need more information or you want to share feedback, contact Voucherify support or your Technical Account Manager.

</Info>

Returns total tier-movement statistics for the program (all time), optionally filtered by tier structure and tier.

Results are capped by limit (default 100) and sorted by order (default -id).

get/v2/loyalties/programs/{programId}/reports/tiers/summary

Query parameters

limitinteger

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

'id' | '-id'
OR
string[]

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

junction'AND' | 'OR' nullable

Logical junction between the field filters. Defaults to AND behavior.

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.

Response

Program tiers summary report.

object'report'

Object type marker. Always report.