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
capability
enum<string>

Only rows with this capability: sending, monitoring, or tracking.

Available options:
sending,
monitoring,
tracking
Example:

"monitoring"

programId
string

Only the sending domains this campaign's mailboxes live under (adds senderCount).

Example:

"prg_tz4a98xat96iws9zmbrgj3a"

Response

OK

data
Domain · 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.

object
any
default:list

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

total
integer

Total number of rows matching the filters. Not included on every list.

Required range: x >= 0
Example:

1284