メインコンテンツへスキップ
GET
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
/
recording
アプリのレコーディング設定を取得します。
curl --request GET \
  --url https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings/recording \
  --header 'Authorization: Bearer <token>'
{
  "urlToRetrieveAuthedRecording": "<string>"
}

Supported products

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

appId
integer<int32>
必須

レコーディング設定を取得するアプリの固有ID。

レスポンス

successful operation

urlToRetrieveAuthedRecording
string
必須

認証されたコールのレコーディングを取得するために使用されるURL。

最終更新日 2026年6月5日