This method enables you to list promotion tiers from a specified campaign.
The access token received from the authorization server in the OAuth 2.0 flow.
Unique campaign ID assigned by Voucherify.
"camp_rRsfatlwN7unSeUIJDCYedal"
Returns a dictionary with a tiers property that contains an array of promotion tiers.
Response body schema for GET v1/promotions/{campaignId}/tiers and GET v1/promotions/tiers.
The type of the object represented by JSON. This object stores information about promotion tiers in a dictionary.
Identifies the name of the attribute that contains the array of promotion tier objects.
Contains array of promotion tier objects.
Total number of promotion tiers.
As query results are always limited (by the limit parameter), the has_more flag indicates if there are more records for given filter parameters. This lets you know if you can run another request to get more records returned in the results.