Download recording

This example demonstrates how to download a call recording audio file.

Replace the following placeholder value in the sample code:

KeyDescription
bearer_tokenYour OAuth token. Read more about OAuth tokens
account_idThe Vonage Business Communications account ID. You can use 'self' to refer to the authenticated user's account.
recording_idThe recording ID
curl --location --request GET 'https://api.vonage.com/t/vbc.prod/call_recording/v1/api/audio/recording/$recording_id' \--header 'Content-Type: application/json' \--header 'Authorization: Bearer $bearer_token' \