provider Calls GET /fin_voice/phone_number/{phone_number}
@utdk/intercom /fin_voice/phone_number/{phone_number}
Collect Fin Voice call by phone number
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.
phone_number path required
Phone number in E.164 format
string

Try it

Authentication
Configure credentials for Intercom API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

collectfinvoicecallbyphonenumber
GET/fin_voice/phone_number/{phone_number}
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.

Parameters

required

Phone number in E.164 format

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import intercom from '@utdk/intercom';

await intercom.collectfinvoicecallbyphonenumber()