get https://emailapi.netcorecloud.net/v6/messages
Retrieves a paginated list of email event logs with multiple filtering options. You can filter logs by time range, event type, recipient details, sender details, and more. Supported Authorization type is “Bearer” along with value of your Email API KEY Which you can find in your Email API account under Settings >Integrations > API.
This endpoint supports scroll-based pagination via the scrollId
mechanism. The maximum number of records per request is 1000. If no limit is specified, 50 records will be returned.
Supported event types: processed
, sent
, open
, click
, unsubscribe
, bounce
, softbounce
, spam
, invalid
, dropped
, hardbounce
, scheduled
, cancelled