Skip to main content
POST
/
v1
/
reports
/
check
Check report eligibility
curl --request POST \
  --url https://backend.blox.report/v1/reports/check \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "userId": "<string>",
  "reporterId": "<string>"
}
'
{
  "success": true,
  "message": "<string>",
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

API key and secret as key:secret in Authorization header.

Body

application/json
userId
string
required
Minimum string length: 1
reporterId
string
required
Minimum string length: 1

Response

Success

success
boolean
required
message
string
data
any