cURL
curl --request POST \ --url https://app.phonely.ai/api/report-call-error \ --header 'Content-Type: application/json' \ --header 'X-Authorization: <api-key>' \ --data '{ "uid": "<string>", "agentId": "<string>", "callId": "<string>", "email": "[email protected]", "reason": "<string>" }'
{ "success": true }
Submit an error report for a specific call with feedback and suggestions
Error report submitted successfully
The response is of type object.
object