List senders
List the mailboxes (senders) on this workspace. Filter by ids[], search (matches fromName, fromEmail and clientLabel), state[], reputation[], or sendingDomainId; the page carries total for page / totalPages.
Authorizations
Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….
Query Parameters
Opaque cursor from a previous page's nextCursor — returns results strictly after it. Example: "con_x7q2m9k4w8r1"
Include archived rows in the results (hidden by default). Example: true
Page size, 1-100. Defaults to 50. Example: 25
1 <= x <= 100Only return these mailbox ids (maximum 100).
100Match any of these reputation tiers: good, warning, or bad.
good, warning, bad Matches fromName, fromEmail and clientLabel.
Only return mailboxes on this sending domain.
Match any of these states: healthy, throttled, or paused.
healthy, throttled, paused Only return mailboxes carrying ANY of these tags.
1 - 50Response
OK
The page of results, newest first.
Whether another page exists beyond this one.
Pass as cursor to fetch the next page; null when this is the last page.
Count of all senders matching the filters.
x >= 07
Always "list", marking this response as a collection.