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