会社の通話録音を入手する
アカウントの通話録音を取得する
サンプルコードの以下のプレースホルダーの値を置き換えてください:
| キー | 説明 |
|---|---|
bearer_token |
OAuth トークン。 OAuthトークンについてもっと読む |
account_id |
Vonage Business CommunicationsのアカウントID。認証されたユーザのアカウントを参照するには 'self' を使用できます。 |
curl --location --request GET 'https://api.vonage.com/t/vbc.prod/call_recording/api/accounts/$account_id/company_call_recordings' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $bearer_token' \