Skip to main content
GET
Fetch Sent Pending Connections
Returns a paginated list of connection requests that the authenticated user has sent and that have not yet been accepted, declined, or withdrawn.

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 HTTP 200 with a paginated response:
array
Array of pending connection request entries.
object
Pagination metadata.

See Also