Skip to main content
GET
Get Current User Connections
Get list of established connections for the current user.

Query Parameters

number
default:"1"
Page number
number
default:"20"
Items per page (max: 100)

Response

array
object

Error Responses


Notes

  • Requires authentication
  • Returns paginated list of established connections for the current user
  • Each connection includes the connected user’s details
  • Includes timestamps for when connection was accepted
  • Default pagination: 20 items per page, maximum 100 items per page
  • Rate limiting: 100 requests per 5 minutes