Phone Feedback 1.0
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.
Your API key for authentication. Example: {{ apiKey }}
Request Body
The response ID returned from a prior Trestle API call. Example:
T_b5d031b8-e8a3-4eef-8fa8-d87d3b7e386f
The phone number in E.164 or local format. The default country calling code is
+1 (USA). Example: 2069735100
Person or business name associated with the phone number. Example:
Waidong Syrws
Live-call status for the phone number. Possible values: Connected or
Disconnected. Example: Connected Enum: Connected
Disconnected
phone_right_party_contact
Indicates if the call confirmed the number belongs to the right party.
Example: true
Response
Indicates whether the feedback was received successfully. Example:
success
Error details in case of an error. Incomplete response due to external timeouts. value: “InternalError”
The error message. value: “Could not retrieve entire response”
Error Responses 400 Bad Request:
Indicates that the server cannot process the request due to client-side errors.
403
Invalid API Key : Indicates that the API key is either incorrect or has been deactivated.
API Key Missing : Indicates that your request did not include an API key.
API Key Expired : Indicates that the API key has expired.
429 Too Many Requests:
API Key has exceeded its rate limit.
500 Internal Server Error:
An unexpected error occurred on the server.