Skip to main content
POST
/
reports
Report post
curl --request POST \
  --url https://api.snipp.gg/reports \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "code": "<string>",
  "reason": "<string>"
}
'
{
  "success": true
}

Authorizations

api-key
string
header
required

Your API key from Snipp.gg

Body

application/json
code
string
required

The share code of the post to report

reason
string

Optional reason for the report

Maximum string length: 500

Response

Report submitted

success
boolean