Use rules to automate. In the Rebilly rules engine, an action is an operation that executes when an event occurs. Action and event conditions are defined in rules. Rulesets are collections of rules that are associated with an event. The order in which the rules are placed within a ruleset specifies the execution order.
For a list of events and related actions, see Events.
Retrieves a list of system events.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/events
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/events
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/events
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/events?limit=1000&offset=1000&filter=string&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of system events retrieved.
Type of Rebilly event.
Total number of rules associated with the system event. A rule is a configuration of an event and one or more actions. A rule can be configured to stop subsequent rules in the event list from being executed.
Total number of binds associated with the system event. A bind is a configuration of an event and one or more actions.
[ { "eventType": "account-password-reset-requested", "title": "string", "description": "string", "category": "billing", "rulesCount": 0, "bindsCount": 0, "_links": [ … ] } ]