Per-sender daily cap plus today’s sent count from Instantly analytics.
daily_limit (defaults to 30 when no override is set), the account’s status, and today’s sent count as reported by Instantly analytics. Pass a ?date=YYYY-MM-DD query param to query a specific day — otherwise the server uses today in UTC.
Accounts not owned by the caller are filtered out silently — the endpoint only ever shows accounts belonging to the authenticated user. Instantly failures are swallowed: the account list still comes back, and affected rows have sent_today: 0.
date query param respects the caller’s timezone. Always pass an explicit YYYY-MM-DD when the UI is surfacing “today” to a user outside UTC — otherwise the server compares against UTC midnight and may show stale counts around the day boundary.Not a rate-limit source of truth. This endpoint is a daily-scope projection. For weekly rolling limits and per-campaign attribution, use GET /api/campaigns/{id}/senders — it queries account_daily_stats directly and returns weekly totals.Related endpoints. Pair with listCampaignSenders when building the pre-launch sender dashboard — usage + weekly limits together explain throttling behavior.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Campaign UUID
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ISO date (YYYY-MM-DD) to query analytics for. Respects the caller's timezone. Defaults to today in UTC when omitted or malformed.
^\d{4}-\d{2}-\d{2}$Sender accounts with their daily limit and today's send count.
Per-sender daily-limit view for a campaign.
One row per sender account attached to the campaign and owned by the caller. Empty array if the campaign has no senders.