List connections
Get a list of available connections and the connection IDs.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Query parameters
page
Use to specify further pages using the string returned in the nextPage portion of the response.
limit
Number of results to return per page, with a maximum of 1,000 per request. Use the page option in subsequent requests to retrieve the next set of results.
includeArchived
search
Search filter for the name of the connection.
Response
The response body.
entries
Array of results returned by the endpoint
nextPage
Returns a string that can be used as the page parameter in the next request to fetch the next page of results. The last page of results returns null.
total
Total number of results. Useful to determine if there is a need to paginate.
hasMore
[Deprecated] Indicates whether more results are available.

