Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique campaign ID assigned by Voucherify.
"camp_rRsfatlwN7unSeUIJDCYedal"
Response
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
.
Promotion 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.