- Retrieve event information
Retrieve system events
Retrieve event rules
Update event rules
Retrieve change history of a ruleset
Retrieve change history record of a ruleset
Retrieve a version of a ruleset
Retrieve draft rulesets
Create a draft ruleset
Retrieve a draft ruleset
Delete a draft ruleset
Update a draft ruleset
Send a test email
Retrieve event informatio...
Retrieves event information for a specified event type.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/events/{eventType}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/events/{eventType}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/events/{eventType}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/events/{eventType}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Rules retrieved.
Type of Rebilly event.
Enum:"account-password-reset-requested""account-verification-requested""aml-list-possibly-matched""application-instance-disabled""application-instance-enabled""balance-transaction-settled""coupon-application-removed""coupon-applied""coupon-expiration-modified""coupon-expired"
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.
Response
{ "eventType": "account-password-reset-requested", "title": "string", "description": "string", "category": "billing", "rulesCount": 0, "bindsCount": 0, "_links": [ { … } ] }