NodiRef LogoNodiRef
Rewards/Triggers/Conditions

/rewards/triggers/conditions

This endpoint retrieves the reward trigger conditions list based on the provided filters.

Request

Available filters

  • id (optional): The ID of the reward trigger condition

  • reward_trigger_id (optional): The ID of the trigger this condition belongs to

Available includes

  • trigger -> The trigger this condition belongs to
GET/rewards/triggers/conditions

Authorization

AuthorizationRequiredBearer <token>

In: header

Response Body

Successful response

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