Retrieve Mutual Followers
Developing
GET
/followers/{followeeId}/mutual
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/followers//mutual?otherFolloweeId' \
--header 'apikey: '
Response Response Example
{
"data": [
{
"id": "6660c7e81f0e3b1cf2c7d687",
"type": "organization",
"story": null,
"entityType": "organization",
"name": "Herbert Hirthe",
"online": null,
"username": "Miss Helen Cronin",
"picture": "https://loremflickr.com/400/400?lock=2143071088912010",
"isFollowing": true,
"createdAt": "2025-01-27T08:28:28.895Z",
"lastActivity": "dolor culpa"
},
{
"id": "6660c7e81f0e3b1cf2c7d687",
"type": "user",
"story": {
"status": "active",
"nextStoryId": "et cillum"
},
"entityType": "organization",
"name": "Ora Jones",
"online": true,
"username": "Salvatore Ryan",
"picture": "https://loremflickr.com/400/400?lock=7103663052220551",
"isFollowing": false,
"createdAt": "2025-01-27T12:39:03.537Z",
"lastActivity": null
},
{
"id": "6660c7e81f0e3b1cf2c7d687",
"type": "teacher",
"story": {
"status": "no-story",
"nextStoryId": "aliquip"
},
"entityType": "organization",
"name": "Bridget Gleichner",
"online": null,
"username": "Mr. Loren Maggio",
"picture": "https://loremflickr.com/400/400?lock=2133060493657891",
"isFollowing": true,
"createdAt": "2025-01-27T12:11:32.706Z",
"lastActivity": null
}
],
"cursor": {
"next": null,
"prev": "fugiat nisi ea non",
"totalItems": 62384699
}
}
Request
Path Params
followeeId
stringÂ
required
Query Params
otherFolloweeId
stringÂ
optional
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-08 16:09:46