List unassigned connections
Use this endpoint to list connections that have not yet been assigned to a product. This is primarily useful during migration: connections created before product assignment was introduced have no product, and this endpoint lets you find them so you can associate each one with a product using the Assign a connection to a product endpoint.
Headers
The authorization token in the Bearer <token> format.
Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.
"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Query Parameters
The page number to retrieve (1-indexed).
x >= 11
Maximum number of items returned per page (max 1000). Defaults to 10 when omitted.
1 <= x <= 100010
The order used to sort the results.
asc, desc "desc"
Response
The list of connections that have no product assigned.
Paginated list of connections.
Current page number in the paginated results (1-indexed).
1
Maximum number of items returned per page.
50
Total count of items available across all pages.
3
Array containing the connections for the current page.
100
