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

Response

200
application/json

Error report submitted successfully

The response is of type object.