- Retrieve email notification events
Retrieve email notification attributions
Retrieve email notificati...
Retrieves a list email notification events.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/email-notifications
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/email-notifications
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/email-notifications
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/email-notifications?limit=1000&offset=1000' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of email notification events retrieved.
Array []
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"
Response
[ { "eventType": "account-password-reset-requested", "count": 0, "activeCount": 0, "notifications": [ … ], "_links": [ … ] } ]