Skip to content

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

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"reportedId": null,
"reporterId": null,
"reasonId": null,
"reason": null,
"message": null,
"storeId": null
}

Responses

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python