Calls

Report a call

post/v1/calls/report

Request body

callIdstring required

ID of the call being reported

reasonId'poor_voice_quality' | 'uninteresting_or_irrelevant' | 'slow_response' | 'technical_issue' | 'boring_lacked_emotions' | 'other' required

Reason for reporting the call

additionalDetailsstring

Additional details about the report (optional)

Example request

{
  "callId": "b2a4d3e6-1c2b-4a5f-9d8e-7f6a5b4c3d2e",
  "reasonId": "poor_voice_quality",
  "additionalDetails": "Audio was very distorted and hard to understand"
}

Response

Call reported successfully

successboolean required

Whether the report was created successfully

messagestring required

Response message

reportIdnumber

ID of the created report

Example response

{
  "success": true,
  "message": "Call reported successfully",
  "reportId": 1
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.