curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/connections{
"data": [
{
"id": "<string>",
"connectedUser": {},
"connectedAt": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalItems": 123,
"totalPages": 123,
"hasMore": true
}
}Get a paginated list of the authenticated user’s accepted connections
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/connections{
"data": [
{
"id": "<string>",
"connectedUser": {},
"connectedAt": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalItems": 123,
"totalPages": 123,
"hasMore": true
}
}1.20. Max 100.200 with a paginated response: