Rewards/Rule sets/Id
/rewards/rule-sets/:id
This endpoint retrieves reward rule set information.
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/{id}
Authorization
Authorization
RequiredBearer <token>In: header
Path Parameters
id
RequiredstringResponse Body
Successful response
curl -X GET "https://api.nodiref.com/rewards/rule-sets/9ec74145-51b5-492b-97bf-9a51f5b05f2d" \
-H "Authorization: Bearer <token>"
Empty