mutes

View your mutes. See also accounts/:id/{mute,unmute}

Muted accounts

GET https://mastodon.example/api/v1/mutes

Accounts the user has muted. Returns: Array of Account OAuth: User token + read:mutes or follow Version history: 0.0.0 - added

Headers

Name
Type
Description

Authorization

string

Bearer <user token>

Request Body

Name
Type
Description

limit

string

Maximum number of results to return per page. Defaults to 40.

max_id

string

Internal parameter. Use the HTTP Link header for pagination instead.

since_id

string

Internal parameter. Use the HTTP Link header for pagination instead.

Last updated

Was this helpful?