List Connections

List all connections with optional filtering

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

statusenum or nullOptional
Filter by connection status
Allowed values:
connection_typeenum or nullOptional
Filter by connection type
Allowed values:
offsetintegerOptionalDefaults to 0
Number of items to skip
limitintegerOptionalDefaults to 100
Maximum number of items to return

Request

This endpoint expects a nullable list of strings.

Response

Successful Response
metaobject
Metadata for the set of data returned
datalist of objects
The paginated data

Errors

422
Unprocessable Entity Error