Calls
Report a call
post/v1/calls/report
Request body
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
Example response
{
"success": true,
"message": "Call reported successfully",
"reportId": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.