v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBAnalyze a Voice Campaign
Analyzing a voice campaign sendout is useful when the user needs information about the send out before actually sending it.
post/voice/analysis
Headers
Content-Typestring required
application/json
Authorizationstring required
Bearer {access_token}
Request body
Response
200
Example response
{
"numberOfRecipients": 2,
"recipientsPerCountry": {
"GR": 1,
"GB": 1
},
"recipientCountries": {
"+447123123456": "GB",
"+306977663127": "GR"
}
}