curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/connections/pending/received{
"data": [
{
"id": "<string>",
"type": "<string>",
"user": {},
"message": {},
"createdAt": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalItems": 123,
"totalPages": 123,
"hasMore": true
}
}Get connection requests received by the authenticated user that are still pending
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/connections/pending/received{
"data": [
{
"id": "<string>",
"type": "<string>",
"user": {},
"message": {},
"createdAt": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalItems": 123,
"totalPages": 123,
"hasMore": true
}
}1.20. Max 100.200 with a paginated response:
Show item properties