Api referenceFollowers
Retrieve the mutual of a follower
List all mutual of a follower
List all mutual of a follower
AuthorizationBearer <token>
In: header
Path Parameters
id*string
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
otherFolloweeId*string
Response Body
application/json
curl -X GET "https://example.com/v2/followers/string/mutual?otherFolloweeId=string"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}