Submit an error report for a specific call with feedback and suggestions
POST/api/report-call-errorX-Authorization: Your API key (required)Content-Type: application/jsonuid (string, required): Your user IDagentId (string, required): The ID of the agent that received the callcallId (string, required): The ID of the call with the erroremail (string, required): Your email address for follow-upreason (string, required): Description of the error or issue400 Bad Request: Invalid request body401 Unauthorized: Invalid or missing API key, or insufficient permissions404 Not Found: Call not found or invalid call ID500 Internal Server Error: Server error or problem submitting the error reportError report submitted successfully
Indicates if the report was submitted successfully