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
provider
string

Filter to a single app's connections.

Minimum string length: 1
Example:

"hubspot"

Response

OK

data
Integration · 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