オンデマンド通話録音

この例では、Accountユーザーのオンデマンド通話録音を1回取得する方法を示します。

サンプルコードの以下のプレースホルダーの値を置き換えてください:

キー 説明
bearer_token OAuth トークン。 OAuthトークンについてもっと読む
account_id Vonage Business CommunicationsのアカウントID。認証されたユーザのアカウントを参照するには 'self' を使用できます。
user_id Vonage Business CommunicationsのユーザID。認証されたユーザーを指すには 'self' を使用できます。
recording_id 録音ID
curl --location --request GET 'https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/:account_id/users/:user_id/call_recordings/:recording_id' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer $bearer_token' \