List All Profile Viewers
Developing
GET
/notifications/profile-viewers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/notifications/profile-viewers?limit=50&next=&prev=' \
--header 'apikey: '
Response Response Example
{
"data": [
{
"id": "66d9b0c5a469129b9e4425c8",
"type": "profile",
"fullName": "Daniel Tesema",
"image": null,
"isFollowing": false,
"mutualFollow": null,
"isOnline": true,
"createdAt": "2024-10-07T10:18:03.308Z"
},
{
"id": "66d9b08aa469129b9e44257a",
"type": "profile",
"fullName": "Daniel Tilahun",
"image": null,
"isFollowing": true,
"mutualFollow": null,
"isOnline": false,
"createdAt": "2024-10-07T10:18:03.308Z"
},
{
"id": "66d9b0c5a469129b9e4425c8",
"type": "profile",
"fullName": "Daniel Tesema",
"image": null,
"isFollowing": false,
"mutualFollow": null,
"isOnline": true,
"createdAt": "2024-10-07T10:18:03.308Z"
},
{
"id": "66d9b08aa469129b9e44257a",
"type": "profile",
"fullName": "Daniel Tilahun",
"image": null,
"isFollowing": true,
"mutualFollow": null,
"isOnline": false,
"createdAt": "2024-10-07T10:18:03.308Z"
}
],
"cursor": {
"next": "2024-09-05T13:34:32.379Z",
"prev": null,
"totalItems": 8
}
}
Request
Query Params
limit
integerÂ
optional
Default:
50
next
stringÂ
optional
prev
stringÂ
optional
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-12 09:42:02