Skip to main content
GET
Get Following Count
Returns the total number of users that the specified user follows. This endpoint is public — no authentication required.

Path Parameters

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

Response

On success, returns HTTP 200:
count
number
Total number of users this user is following.

See Also