Skip to main content
GET
Fetch Received Pending Connections
Returns a paginated list of connection requests that other users have sent to the authenticated user and that have not yet been responded to.

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