Api referenceFollowers
Retrieve the following of a follower
List all following of a follower
List all following 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"
type?array<>
name?string
Response Body
application/json
curl -X GET "https://example.com/v2/followers/string/following"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}