Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Aggregates outbound message counts and rates by status for a date range.
cURL
curl --request GET \ --url https://app.flowella.io/api/v1/analytics \ --header 'Authorization: Bearer <token>'
{ "period": { "start": "2025-01-01T00:00:00.000Z", "end": "2025-02-01T00:00:00.000Z" }, "outboundMessages": { "total": 42, "counts": { "PENDING": 0, "SENT": 10, "DELIVERED": 20, "READ": 10, "FAILED": 2 }, "deliveryRate": 0.85, "readRate": 0.33, "failureRate": 0.05 } }
Organization API key (flo_…). Paste the full key; Scalar sends Authorization: Bearer <key>.
flo_…
Authorization: Bearer <key>
Analytics for period
Show child attributes