NodiRef LogoNodiRef
Rewards/Actions/Id

/rewards/actions/:id

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/{id}

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

idRequiredstring

Response Body

Successful response

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