POST
/
report-call-error
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
}

Authorizations

X-Authorization
string
header
required

Body

application/json
uid
string
required

User ID

agentId
string
required

ID of the agent involved in the call

callId
string
required

ID of the call being reported

email
string
required

Email address for feedback communication

reason
string
required

Detailed explanation of the issue or feedback

Response

200
application/json
Error report submitted successfully
success
boolean

Indicates if the report was submitted successfully