curl --location --request GET 'https://app.audienceful.com/api/emails/reports' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <token>'
{
"count": 50,
"next": "https://localhost:8000/api/emails/reports/?page=2",
"previous": null,
"results": [
{
"id": "YYjbCtcEZJgswoPnYxdvBH",
"draft": {
"id": "dKvQk6HNNtduqrX98gEYyY",
"title": "Save 25% on everything you need for the winter"
},
"completed_at": "2025-08-18T15:35:36.604443Z",
"subject": "Save 25% on everything you need for the winter",
"audiences": ["Engaged users"],
"identity": "[email protected]",
"stats": {
"delivered": 12450,
"opened": 6189,
"unsubscribed": 5,
"complained": 0,
"failed": 16,
"clicked": 980,
"clicked_urls": {
"https://audienceful.com": 980
}
}
}
]
}
This endpoint gets the list of send reports.
curl --location --request GET 'https://app.audienceful.com/api/emails/reports' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <token>'
{
"count": 50,
"next": "https://localhost:8000/api/emails/reports/?page=2",
"previous": null,
"results": [
{
"id": "YYjbCtcEZJgswoPnYxdvBH",
"draft": {
"id": "dKvQk6HNNtduqrX98gEYyY",
"title": "Save 25% on everything you need for the winter"
},
"completed_at": "2025-08-18T15:35:36.604443Z",
"subject": "Save 25% on everything you need for the winter",
"audiences": ["Engaged users"],
"identity": "[email protected]",
"stats": {
"delivered": 12450,
"opened": 6189,
"unsubscribed": 5,
"complained": 0,
"failed": 16,
"clicked": 980,
"clicked_urls": {
"https://audienceful.com": 980
}
}
}
]
}
Hide properties
Show properties
curl --location --request GET 'https://app.audienceful.com/api/emails/reports' \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <token>'
{
"count": 50,
"next": "https://localhost:8000/api/emails/reports/?page=2",
"previous": null,
"results": [
{
"id": "YYjbCtcEZJgswoPnYxdvBH",
"draft": {
"id": "dKvQk6HNNtduqrX98gEYyY",
"title": "Save 25% on everything you need for the winter"
},
"completed_at": "2025-08-18T15:35:36.604443Z",
"subject": "Save 25% on everything you need for the winter",
"audiences": ["Engaged users"],
"identity": "[email protected]",
"stats": {
"delivered": 12450,
"opened": 6189,
"unsubscribed": 5,
"complained": 0,
"failed": 16,
"clicked": 980,
"clicked_urls": {
"https://audienceful.com": 980
}
}
}
]
}