GET
/
campaigns
/
{campaignId}
/
calls
/
{callId}
/
webhook-payload
curl --request GET \
  --url https://api.voxia.ai/campaigns/{campaignId}/calls/{callId}/webhook-payload \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

campaignId
string
required

Id of the campaign as a string ObjectId value.

callId
string
required

Id of the call as a string ObjectId value.