cURL
Usage & Analytics
Get usage stats for a tenant
Returns email sending statistics for a specific tenant over a time period.
Use cases:
- Display usage dashboard to your customers
- Calculate per-tenant billing
- Monitor tenant health and delivery rates
Period formats:
- Shortcuts:
today,yesterday,this_week,last_week,this_month,last_month,last_7_days,last_30_days,last_90_days - Month:
2024-01(full month) - Date range:
2024-01-01..2024-01-31 - Single day:
2024-01-15
Response includes:
emails- Counts for sent, delivered, soft_failed, hard_failed, bounced, heldrates- Delivery rate and bounce rate as decimals (0.95 = 95%)
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://arkhq.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEYPath Parameters
The tenant ID
Query Parameters
Time period for usage data. Defaults to current month.
Formats:
- Shortcuts:
today,yesterday,this_week,last_week,this_month,last_month,last_7_days,last_30_days,last_90_days - Month:
2024-01 - Range:
2024-01-01..2024-01-31 - Day:
2024-01-15
Timezone for period calculations (IANA format). Defaults to UTC.
