Skip to main content
GET
/
:projectId
/
follows
/
following-count
Fetch Following Count
curl --request GET \
  --url https://api.replyke.com/api/v6/:projectId/follows/following-count
{
  "count": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.replyke.com/llms.txt

Use this file to discover all available pages before exploring further.

Get the count of accounts the current authenticated user follows.

Response

count
number
Total number of accounts the current user follows

Error Responses

{
  "error": "Authentication required",
  "code": "auth/unauthorized"
}
{
  "error": "Internal server error",
  "code": "follow/server-error"
}

Notes

  • Requires authentication
  • Returns the total number of accounts the current user follows
  • Rate limiting: 100 requests per 5 minutes