- Retrieve email notification attributions
Retrieve email notification events
Retrieve email notificati...
Retrieves a list of email notifications, that have been sent through attribution, for a specified event type.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/send-through-attribution/{eventType}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/send-through-attribution/{eventType}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/send-through-attribution/{eventType}
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/send-through-attribution/{eventType}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of email notifications retrieved.
Headers
Total number of items that match the request. The value is independent of limit, including when limit is 0.
Example:332
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", "actionId": "4a2794ff-94cb-4bac-8d36-d5fb36c563a0", "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7", "sent": 0, "goal": 0 } ]