shin08
10/06/2025, 2:44 AMChiranjeet Mishra
10/06/2025, 2:44 AMVapi Support Bot
10/06/2025, 2:45 AMphoneCallProviderId field, which represents the Vonage conversationUuid (likely the X-Call-Id). Here’s a sample API call:
bash
curl -X GET "https://api.vapi.ai/call/{call_id}" \
-H "Authorization: Bearer YOUR_API_KEY"
Check the response for `"phoneCallProviderId"`—this should match Vonage's unique call identifier for reconciliation purposes.
Note: If "X-Call-Id" and "conversationUuid" differ in your Vonage logs, please verify with Vonage support for exact field mapping.
Source:
- [Vapi API Reference: Calls](https://docs.vapi.ai/api-reference/calls/list)shin08
10/07/2025, 6:41 AM