🚧 Beta This is a Beta endpoint. Feedback from the community is welcome. Any breaking changes to this endpoint will be pre-announced.
Get paginated list of reward templates
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Specifies the sort order for the returned reward templates.
Return reward templates with the specified description. A * character can be used as a wildcard to match any characters.
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
"a8937a0d"
Return reward templates with the specified id. Multiple IDs can be provided as a comma-separated list.
"64438afd-fa20-4010-a573-2bbdca77cdb6,84ef251c-ab8f-47a5-bbfd-a16648f95157"
Return reward templates with the specified is_enabled flag.
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
x >= 1
100
A short string representing the sub-type of the reward. This will be used as the subtype of the resulting transaction.
ACCOUNT_OPENING_BONUS
, ACCOUNT_OPENING_BONUS_REVERSAL
, CASHBACK
, CASHBACK_REVERSAL
, INTEREST_RATE_BONUS
, INTEREST_RATE_BONUS_REVERSAL
, LOAN_INTEREST_RATE_REDUCTION
, LOAN_INTEREST_RATE_REDUCTION_REVERSAL
, MANUAL_ADJUSTMENT
, MANUAL_ADJUSTMENT_REVERSAL
, MILES
, MILES_REVERSAL
, MISCELLANEOUS
, MISCELLANEOUS_REVERSAL
, POINTS
, POINTS_REVERSAL
, REFERRAL_BONUS
, REFERRAL_BONUS_REVERSAL
List of reward templates
The response is of type object
.