Optional
meta: HttpMetaParams<"none">Array of FamiliarFollowers
Find out whether a given account is followed, blocked, muted, etc.
Optional
meta: HttpMetaParams<"none">Array of Relationship
Search for matching accounts by username or display name.
Optional
params: SearchAccountsParamsParameters
Optional
meta: HttpMetaParams<"none">Array of Account
Get featured tag of the account
Optional
meta: HttpMetaParams<"none">FeaturedTags
Accounts which follow the given account, if network is not hidden by the account owner.
Optional
params: DefaultPaginationParamsParameters
Optional
meta: HttpMetaParams<"none">Array of Account
Accounts which the given account is following, if network is not hidden by the account owner.
Optional
params: DefaultPaginationParamsParameters
Optional
meta: HttpMetaParams<"none">Array of Account
Identity proofs
Optional
meta: HttpMetaParams<"none">Array of IdentityProof
Add personal note to the account
Optional
meta: HttpMetaParams<"json">Relationship
Statuses posted to the given account.
Optional
params: ListAccountStatusesParamsParameters
Optional
meta: HttpMetaParams<"none">Array of Status
Block the given account. Clients should filter statuses from this account if received (e.g. due to a boost in the Home timeline)
Optional
meta: HttpMetaParams<"none">Relationship
Follow the given account.
Optional
params: FollowAccountParamsParameters
Optional
meta: HttpMetaParams<"json">Relationship
Mute the given account. Clients should filter statuses and notifications from this account, if received (e.g. due to a boost in the Home timeline).
Optional
params: MuteAccountParamsParameter
Optional
meta: HttpMetaParams<"json">Relationship
Add the given account to the user's featured profiles. (Featured profiles are currently shown on the user's own public profile.)
Optional
meta: HttpMetaParams<"none">Relationship
Unblock the given account.
Optional
meta: HttpMetaParams<"none">Relationship
Unfollow the given account
Optional
params: FollowAccountParamsOptional
meta: HttpMetaParams<"json">Relationship
Unmute the given account.
Optional
meta: HttpMetaParams<"none">Relationship
Remove the given account from the user's featured profiles.
Optional
meta: HttpMetaParams<"none">Relationship
Creates a user and account records. Returns an account access token for the app that initiated the request. The app should save this token for later, and should wait for the user to confirm their account by clicking a link in their email inbox.
Parameters
Optional
meta: HttpMetaParams<"multipart-form">Token
This method allows to quickly convert a username of a known account to an ID that can be used with the REST API, or to check if a username is available for sign-up
Parameters
Optional
meta: HttpMetaParams<"none">Account
Update the user's display and preferences.
Parameters
Optional
meta: HttpMetaParams<"multipart-form">the user's own Account with Source
Test to make sure that the user token works.
Optional
meta: HttpMetaParams<"none">the user's own Account with Source
Obtain a list of all accounts that follow a given account, filtered for accounts you follow.