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_….

Query Parameters

cursor
string

Opaque cursor from a previous page's nextCursor — returns results strictly after it. Example: "con_x7q2m9k4w8r1"

includeArchived
boolean

Include archived rows in the results (hidden by default). Example: true

limit
integer

Page size, 1-100. Defaults to 50. Example: 25

Required range: 1 <= x <= 100
ids
string[]

Only return these mailbox ids (maximum 100).

Maximum array length: 100
reputation
enum<string>[]

Match any of these reputation tiers: good, warning, or bad.

Available options:
good,
warning,
bad
Example:

Matches fromName, fromEmail and clientLabel.

sendingDomainId
string

Only return mailboxes on this sending domain.

state
enum<string>[]

Match any of these states: healthy, throttled, or paused.

Available options:
healthy,
throttled,
paused
Example:
tags
string[]

Only return mailboxes carrying ANY of these tags.

Required string length: 1 - 50
Example:

Response

OK

data
Sender · object[]
required

The page of results, newest first.

hasMore
boolean
required

Whether another page exists beyond this one.

nextCursor
string | null
required

Pass as cursor to fetch the next page; null when this is the last page.

total
integer
required

Count of all senders matching the filters.

Required range: x >= 0
Example:

7

object
any
default:list

Always "list", marking this response as a collection.