Skip to main content
GET
Get a sending mailbox
Health, warmup and sending limits for one mailbox. Credentials are never returned.

Authorizations

x-api-key
string
header
required

Team-scoped API key generated in the Salesfinity dashboard under Settings -> Connections & API. A missing or invalid key returns HTTP 403.

Path Parameters

id
number
required

Numeric mailbox id. Mailboxes come from the sending provider, so these are not 24-character ids.

Response

Success.

A sending mailbox. Credentials are never returned.

id
integer

Numeric mailbox id, from the sending provider.

from_name
string | null
from_email
string | null
is_paused
boolean
is_connected
boolean
can_send
boolean

Ready to send: connected, unpaused and in a pool.

warmup_status
string | null
daily_sent_count
integer | null
message_per_day
integer | null
assigned_to
object | null

Team member the mailbox is reserved for, or null when shared.