Rewards/Triggers
/rewards/triggers
This endpoint retrieves the reward triggers list based on the provided filters.
Request
Available filters
-
id
(optional): The ID of the reward trigger -
reward_rule_set_id
(optional): The ID of the rule set this trigger belongs to -
trigger_type
(optional): The type of trigger
Available includes
-
ruleSet
-> The rule set this trigger belongs to -
conditions
-> The conditions associated with this trigger
GET
/rewards/triggers
Authorization
Authorization
RequiredBearer <token>In: header
Response Body
Successful response
curl -X GET "https://api.nodiref.com/rewards/triggers" \
-H "Authorization: Bearer <token>"
Empty