Phone Feedback API offers a method of providing feedback to Treslte about dialed numbers for their connected/disconnected status and confirmation of right party contact.
Phone Feedback API allows you to submit phone feedback, including phone status and whether the phone number belongs to the right party based on a live call.
Successful phone feedback response.
Bad Request: Indicates that the server cannot process the request due to client-side errors.
Too Many Requests: API Key has exceeded its rate limit.
Internal Server Error: Indicates that the server encountered an unexpected error.
{- "response_id": "T_b5d031b8-e8a3-4eef-8fa8-d87d3b7e386f",
- "phone": "2069735100",
- "name": "Waidong Syrws",
- "phone_status": "Connected",
- "phone_right_party_contact": true
}
{- "status": "success",
- "error": {
- "name": "InternalError",
- "message": "Could not retrieve entire response"
}
}