Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
English
Deutsch
English
Deutsch
Appearance
Menu
Return to top
Adds a new report. The reportedId must not be empty.
POST
/api/report
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Request Body
application/json
Schema
JSON
JSON
{
"reportedId"
:
null
,
"reporterId"
:
null
,
"reasonId"
:
null
,
"reason"
:
null
,
"message"
:
null
,
"storeId"
:
null
}
Responses
default
POST
/api/report
Playground
Authorization
api_key
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python