Skip to main content
GET
List connections

Authorizations

Authorization
string
header
required

A Modus personal access token (modus_<orgUuid>_<prefix>_<secret>) or an OAuth 2.1 access token, sent as Authorization: Bearer <token>.

Query Parameters

pageToken
string

Opaque page token from a previous response's nextPageToken. Omit for the first page.

pageSize
number

Max items per page. Defaults to 25, clamped to 100.

Required range: 1 <= x <= 100
Example:

25

type
string

Filter by effective integration category (case-sensitive exact match).

Example:

"postgresql"

Response

connections
object[]
required

Page of integration connections the caller can use. Connections the caller cannot access are filtered out (not enumerated).

nextPageToken
string | null
required

Opaque token for the next page; null when this was the last page. Pass as pageToken on the next request.