Skip to main content
GET
Get the combined send capacity of the sequence's assigned senders

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sequence_id
string<uuid>
required

Response

Successful Response

§45: the combined ramp-aware daily capacity of the assigned senders.

connected_mailbox_count
integer
required
daily_ceiling
integer
required

Sum of every assigned, connected mailbox's ramp-aware daily limit.

mailbox_count
integer
required
remaining_today
integer
required

max(0, daily_ceiling - sent_today) — zero if no sender is assigned or none of their mailboxes is connected.

sent_today
integer
required