v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
connectionManagement

Get a list of connections.

Get a list of all connections in the organization. The response is paginated with a default limit of 100 connections per page.

get/v1/connections

Query parameters

limitinteger

Limit the number of connections returned in the response. The number of connections returned may be less than the limit.

tokenstring

Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results. token is set to null when no more pages are left.

Response

A paginated list of connections in the organization.

nextstring

Next continuation token.