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 resource id (path).

Response

OK

A page of programs senders results.

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