Skip to main content
POST
Run a Mastodon status action

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

accountId
string
required
Required string length: 16
Pattern: ^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]{16}$
statusId
string
required
Minimum string length: 1
action
enum<string>
required
Available options:
favourite,
unfavourite,
reblog,
unreblog,
bookmark,
unbookmark,
mute,
unmute

Response

Mastodon status action completed.

ok
boolean
required
data
object
required