Download recording CSP(India)
This example demonstrates how to download a call recording audio file for 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 |
account_id |
The Vonage Business Communications CSP(India) account ID. You can use 'self' to refer to the authenticated user's account. |
recording_id |
The recording ID |
curl --location --request GET 'https://api.vonage.com/t/vbc.prod/call_recording_india/api/audio/recording/$recording_id' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $bearer_token' \