Fetch Connections
Connection Endpoints
Fetch Connections
Get a paginated list of the authenticated user’s accepted connections
GET
Fetch Connections
Returns a paginated list of accepted connections for the authenticated user. Each entry includes the connected user’s public profile. Unlike the user-scoped endpoint, this route always returns data for the current authenticated user.
Query Parameters
number
Page number for pagination. Defaults to
1.number
Number of results per page. Defaults to
20. Max 100.Response
On success, returns HTTP200 with a paginated response:
array
Array of connection entries.
object
Pagination metadata.

