NodiRef LogoNodiRef
Rewards/Rule sets

/rewards/rule-sets

This endpoint retrieves the reward rule sets list based on the provided filters.

Request

Available filters

  • id (optional): The ID of the reward rule set

  • name (optional): The name of the reward rule set

  • status_id (optional): The status ID of the reward rule set

Available includes

  • status -> The status of the reward rule set

  • scopable -> The model this rule set is scoped to (Partner, ReferralLink, etc.)

  • triggers -> The triggers associated with this rule set

  • actions -> The actions associated with this rule set

GET/rewards/rule-sets

Authorization

AuthorizationRequiredBearer <token>

In: header

Response Body

Successful response

curl -X GET "https://api.nodiref.com/rewards/rule-sets" \
  -H "Authorization: Bearer <token>"
Empty