GetEventsByEventLogId

This API is used to retrieve all reports of your message transmissions (delivery, hard/soft bounces, open and click events) from our database.

The API works on eventLogIDs which is a mandatory parameter to be passed by the calling client. eventLogID parameter has to be zero when calling this API for the first time. When responses are retrieved, the calling client is expected to parse the value of the last eventLogID from the response, store it and increment it by one to ensure that it gets the latest batch of responses next time.

Query Params
integer

For the first call, please set this parameter 0.

The calls after the first call must send the latest maximum "eventLogId" PLUS 1 you receive in the response.

integer

The maximum number of events to fetch. If this number is more than 1000, the API will send maximum 1000 events per call.

Headers
string
enum
Defaults to */*

Generated from available response content types

Allowed:
Responses

400

Bad request. Please check message field in the response for further details.

401

Please login again to get new token.

403

Please login again to get new token.

422

The api call has an unexpected error. Please check message field in the response.

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*
All Events