Get Email Stats
1const response = await fetch("https://reloop.sh/api/logs/v1/emails/stats?organization_id=value&domain_id=value&start_date=value&end_date=value&interval=value", {2 method: "GET",3 headers: {4 "Authorization": "Bearer re_123456789",5 },6});7
8const data = await response.json();1{2 "dates": [3 "example_dates"4 ],5 "sent": [6 07 ],8 "delivered": [9 010 ],11 "bounced": [12 013 ],14 "complaint": [15 016 ],17 "rate": [18 019 ],20 "bounceBreakdown": {21 "transient": [22 023 ],24 "permanent": [25 026 ],27 "undetermined": [28 029 ]30 }31}Query Parameters
organization_idstring
domain_idstring
start_datestring
end_datestring
interval"day" | "hour"
Possible values: day | hour
Was this page helpful?
- Need help? Contact Support.
- Chat with Reloop developers on Discord.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.