Download export job CSP(India)

This example demonstrates how to download audio files for company call recordings a CSP(India) account.

Replace the following placeholder value in the sample code:

Key Description
bearer_token Your OAuth token. Read more about OAuth tokens
job_id The job ID
login_name The login_name of the user
curl --location --request GET 'https://api.vonage.com/t/vbc.prod/call_recording_india/api/bulkDownload/retrieve?jobId=$job_id&userName=$login_name' \ --header 'Content-Type: application/zip' \ --header 'Authorization: Bearer $bearer_token' \