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_handle*string
Account handle.
Response Body
application/json
curl -X PUT "https://loading/api/profiles/southclaws/followers"Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Report Update 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 the followers and following details for a profile.