Accounts
Account Get Avatar
Get an avatar for the specified account.
GET
/accounts/{account_handle}/avatarGet an avatar for the specified account.
storyden-session<token>
In: cookie
Path Parameters
account_handle*string
Account handle.
Response Body
image/png
application/json
curl -X GET "https://example.com/accounts/southclaws/avatar""string"Empty
Empty
{
"type": "string",
"title": "string",
"detail": "string",
"trace_id": "string",
"metadata": {}
}Account Get GET
Get the information for the currently authenticated account.
Account List GET
List accounts for administrative moderation purposes. This endpoint is intended for staff-facing member search and returns denser account data than the public profile listing such as email addresses, held auth services and administrative flags. Requires VIEW_ACCOUNTS. This is a read-only permission; account mutation endpoints require narrower management permissions like MANAGE_ACCOUNTS, MANAGE_SUSPENSIONS or ADMINISTRATOR.