Retrieve information about a Fin Voice call using the phone number.
Returns the most recent matched call for the given phone number, ordered by creation date.
Security
bearerAuth
- The production API serverhttps://api.intercom.io/fin_voice/phone_number/{phone_number}
- The european API serverhttps://api.eu.intercom.io/fin_voice/phone_number/{phone_number}
- The australian API serverhttps://api.au.intercom.io/fin_voice/phone_number/{phone_number}
curl -i -X GET \
'https://api.intercom.io/fin_voice/phone_number/{phone_number}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "type": "error.list", "request_id": "f93ecfa8-d08a-4325-8694-89aeb89c8f85", "errors": [ { … } ] }