reports
Report problematic users to your moderators.
Responses are not currently documented.
File a report
POST
https://mastodon.example/api/v1/reports
Returns: Report
OAuth: User token + write:reports
Version history:
1.1 - added
2.3.0 - add forward
parameter
Headers
Name
Type
Description
Authorization
string
Bearer <user token>
Request Body
Name
Type
Description
account_id
string
ID of the account to report
status_ids
array
Array of Statuses to attach to the report, for context
comment
string
Reason for the report (default max 1000 characters)
forward
boolean
If the account is remote, should the report be forwarded to the remote admin?
Last updated
Was this helpful?