curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/follows/following{
"data": [
{
"followId": "<string>",
"user": {},
"followedAt": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalItems": 123,
"totalPages": 123,
"hasMore": true
}
}Get a paginated list of users the authenticated user follows
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/follows/following{
"data": [
{
"followId": "<string>",
"user": {},
"followedAt": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalItems": 123,
"totalPages": 123,
"hasMore": true
}
}1.20. Max 100.200 with a paginated response: