v1

latestOpenAPI 3.0.32026-07-268955212.1 KB
connections

Get connections

Retrieve a list of connections for the authenticated client. Use the tenantId query parameter to filter connections for a specific tenant.

get/connections

Query parameters

pageinteger

Page number (starting from 1)

pageSizeinteger

Number of items per page (max 100)

tenantIdstring uuid

Filter connections by tenant ID. When provided, returns only the connection for the specified tenant.

Response

Connections found

totalItemsinteger
totalPagesinteger
currentPageinteger

Example response

{
  "totalItems": 1,
  "totalPages": 1,
  "currentPage": 1
}