Profiles
Profile Followers Add
Follow the specified profile as the authenticated account.
Follow the specified profile as the authenticated account.
PUT
/profiles/{account_handle}/followersstoryden-session<token>
In: cookie
Path Parameters
account_handlestring
Account handle.
Response Body
curl -X PUT "https://loading/api/profiles/southclaws/followers"Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Report Update PATCH PATCH
Update a report's status and optionally assign handler. Requires the `MANAGE_REPORTS` permission to set the status to anything other than closed. In other words, regular members can only close their own reports while "moderators" can acknowledge, assign and resolve reports.
Profile Followers Get GET GET
Get the followers and following details for a profile.