単一企業の通話録音を取得
この例では、Account(アカウント)の1社分の通話録音を取得する方法を示します。
サンプルコードの以下のプレースホルダーの値を置き換えてください:
| キー | 説明 |
|---|---|
bearer_token | OAuth トークン。 OAuthトークンについてもっと読む |
account_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/company_call_recordings/$recording_id' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer $bearer_token' \