Skip to main content
GET
Get Connections Count
Returns the total number of accepted connections for the specified user. This endpoint is public — no authentication required.

Path Parameters

userId
string
required
The Sublay user ID (UUID) of the user whose connection count to retrieve.

Response

On success, returns HTTP 200:
count
number
Total number of accepted connections for this user.

See Also