Current API Version
Our current API v2.0 provides functionalities for email sending, templating emails, managing sender domain, credit usage check and reports.
What's next?
In API v2.1, we will be expanding our API libraries across other modules like:
1. Report API
End points | Description |
---|---|
/stats | This endpoint allows you to retrieve all of your global email statistics between a given date range. |
/tags | This endpoint allows you to retrieve a list of all of your tags. |
/tags/stats | This endpoint allows you to retrieve all of your email statistics for each of your tags. |
/tags/stats/sums | This endpoint allows you to retrieve the total sum of each email statistic for every tag over the given date range. |
/stats/export | Unlike the event API module which gives you data in real time buffering mode, this API will help client in giving a one time dump of the accumulated event data. |
/events/logs | The event API module will help the client in fetching the logs for transactions happened under different events. |