Retrieve event information

Request

Retrieves event information for a specified event type.

Security
SecretApiKey or JWT
Path
eventTypestringrequired

Type of event.

curl -i -X GET \
  'https://www.rebilly.com/_mock/catalog/all/events/{eventType}' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'

Responses

Rules retrieved.

Bodyapplication/json
eventTypestring(EventType)read-only

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"
titlestring

Title of the system event.

descriptionstring

Description of the system event.

categorystring

Category of system event.

Enum:"billing""payments"
rulesCountintegerread-only

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.

bindsCountintegerread-only

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": [ {} ] }