Skip to main content
GET
/
:projectId
/
api
/
v7
/
follows
/
following-count
Fetch Following Count
curl --request GET \
  --url https://api.replyke.com/api/v6/:projectId/api/v7/follows/following-count
{
  "count": 123
}
Returns the total number of users that the authenticated user is following.

Response

On success, returns HTTP 200:
count
number
Total number of users the authenticated user follows.

See Also