com.atproto.moderation.create Report
POST {{baseUrl}}/xrpc/com.atproto.moderation.createReport
To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.
Submit a moderation report regarding an atproto account or record. Implemented by moderation services (with PDS proxying), and requires auth.
Request Body
{"reasonType"=>"<token>", "subject"=>{"did"=>"<did>"}, "reason"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"\u003cinteger\u003e","reasonType":"\u003ctoken\u003e","subject":{"did":"\u003cdid\u003e"},"reportedBy":"\u003cdid\u003e","createdAt":"\u003cdateTime\u003e","reason":"\u003cstring\u003e"}