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

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
target
enum<string>
required
Available options:
safety,
legal,
senior_moderator

Response

Report escalated

ok
boolean
required
reportId
string
required