Profiles
Profile Followers Get
Get the followers and following details for a profile.
Get the followers and following details for a profile.
GET
/profiles/{account_handle}/followersstoryden-session<token>
In: cookie
Path Parameters
account_handlestring
Account handle.
Query Parameters
page?string
Pagination query parameters.
Response Body
curl -X GET "https://loading/api/profiles/southclaws/followers?page=string"{
"page_size": 0,
"results": 0,
"total_pages": 0,
"current_page": 0,
"next_page": 0,
"followers": [
{
"id": "cc5lnd2s1s4652adtu50",
"joined": "2019-08-24T14:15:22Z",
"suspended": "2019-08-24T14:15:22Z",
"handle": "Southclaws",
"name": "Barnaby Keene"
}
]
}Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}