Skip to main content
GET

Authorizations

Authorization
string
header
required

Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….

Path Parameters

id
string
required

The sender id.

Example:

"snd_pfh0haxfpzowht3oi213cqos"

Query Parameters

expand
enum<string>[]

Relations to include in the response: "usage" (send/receive/campaign history counts) and/or "warmup" (warmup config + today's tally).

Available options:
usage,
warmup
Example:

Response

OK

bccCrmEmail
string<email> | null
required

BCC every send to this address (CRM capture).

clientLabel
string | null
required

Free-text label for this mailbox (e.g. to tag by client).

Example:

"Acme Corp"

dailyLimit
integer
required

Max sends per day for this mailbox.

Required range: x >= 0
Example:

50

fromEmail
string<email>
required

The sending address.

fromName
string
required

Display name.

Example:

"Ada from Acme"

id
string
required

The sender id.

Example:

"snd_pfh0haxfpzowht3oi213cqos"

imapHost
string | null
required

The IMAP server host.

Example:

"imap.gmail.com"

imapPort
integer | null
required

The IMAP server port.

Required range: 1 <= x <= 65535
Example:

993

imapSecurity
enum<string> | null
required

IMAP TLS mode: ssl (implicit TLS), tls (STARTTLS), or none.

Available options:
ssl,
tls,
none
Example:

"ssl"

minGapMinutes
integer
required

Minimum gap between sends from this mailbox.

Required range: x >= 0
Example:

5

replyTo
string<email> | null
required

Reply-To override.

reputation
enum<string>
required

System-computed reputation tier: good, warning, or bad.

Available options:
good,
warning,
bad
Example:

"good"

sendingDomainId
string
required

The sending domain this mailbox lives under.

Example:

"dom_tz4a98xat96iws9zmbrgj3a"

signatureHtml
string | null
required

HTML signature appended to every send.

smtpHost
string | null
required

The SMTP server host.

Example:

"smtp.gmail.com"

smtpPort
integer | null
required

The SMTP server port.

Required range: 1 <= x <= 65535
Example:

465

smtpSecurity
enum<string> | null
required

SMTP TLS mode: ssl (implicit TLS), tls (STARTTLS), or none.

Available options:
ssl,
tls,
none
Example:

"ssl"

state
enum<string>
required

Operational state: healthy, throttled, or paused.

Available options:
healthy,
throttled,
paused
Example:

"healthy"

tags
string[]
required

Free-form tags on this mailbox. A campaign whose senderTags selector names any of them auto-attaches (and auto-detaches) the mailbox — tag a fleet once and campaigns pick it up dynamically.

Example:
transportMode
enum<string>
required

How messages are carried: smtp, provider_api, self_hosted, or voice.

Available options:
smtp,
provider_api,
self_hosted,
voice
Example:

"smtp"

transportProvider
string | null
required

Managed provider, if any; null for a plain cold/SMTP mailbox.

Example:

"google"

archivedAt
any

When this mailbox was archived (soft-deleted), or null if active.

createdAt
any

When this mailbox was created (RFC 3339).

healthUpdatedAt
any

When this mailbox's health was last updated (RFC 3339), or null.

object
any
default:sender

Always "sender". Identifies the object type.

updatedAt
any

When this mailbox was last updated (RFC 3339).

usage
SenderUsage · object

Expansion: history counts (present when expand[]=usage).

warmup
SenderWarmupStatus · object

Expansion: warmup status (present when expand[]=warmup).