Skip to main content
POST
/
reports
/
{reportId}
/
resolve
Resolve a report
curl --request POST \
  --url https://api.kansato.com/sdk/whistle/v1/reports/{reportId}/resolve \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "resolutionCode": "NO_VIOLATION"
}
'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.kansato.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key with wh_ prefix. Send as Bearer token: Authorization: Bearer wh_xxxxxxxxxxxx

Path Parameters

reportId
string
required

Body

application/json
resolutionCode
enum<string>
Available options:
NO_VIOLATION,
INSUFFICIENT_EVIDENCE,
DUPLICATE_REPORT,
SPAM_CONFIRMED,
HARASSMENT_CONFIRMED,
HATE_SPEECH_CONFIRMED,
THREATS_CONFIRMED,
FRAUD_OR_SCAM_CONFIRMED,
POLICY_EXCEPTION_CONTEXTUAL,
ESCALATED_EXTERNALLY,
ACCOUNT_LEVEL_ACTION,
CONTENT_LEVEL_ACTION

Response

Report resolved

ok
boolean
required