GET /{mydomain}/stats
Returns a list of event stats items. Each record represents counts for one event per one day.
Warning: This is the legacy API that should not be used.
Servers
- https://api.mailgun.net
- https://api.eu.mailgun.net
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
mydomain |
String | Yes |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
skip |
String | No |
Number of records to skip. (0 by default) |
limit |
String | No |
Maximum number of records to return. (100 by default) |
event |
String | No |
Name of the event to receive the stats for. Note that you can specify this parameter multiple times to fetch stats for several events at the same time (see example) |
start-date |
String | No |
The date to receive the stats starting from. Should have ISO8601 format (YYYY-MM-DD). |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.