curl --request POST \
--url https://api.hubapi.com/communication-preferences/2026-03/links/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"subscriberIdString": "<string>",
"language": "<string>",
"subscriptionId": 123
}
'{
"managePreferencesUrl": "<string>",
"subscriberIdString": "<string>",
"unsubscribeAllUrl": "<string>",
"unsubscribeSingleUrl": "<string>"
}登録読者のコミュニケーション設定リンクを生成します。このエンドポイントを使用すると、特定の登録読者に合わせてカスタマイズされた、設定の管理や配信停止を行うためのURLを作成できます。アプリケーションにコミュニケーション設定管理を統合する場合に便利です。
curl --request POST \
--url https://api.hubapi.com/communication-preferences/2026-03/links/generate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"subscriberIdString": "<string>",
"language": "<string>",
"subscriptionId": 123
}
'{
"managePreferencesUrl": "<string>",
"subscriberIdString": "<string>",
"unsubscribeAllUrl": "<string>",
"unsubscribeSingleUrl": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.jp/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
リンクが生成されるコミュニケーションチャネル。「EMAIL」である必要があります。
EMAIL ビジネスユニットのID。指定しない場合、デフォルトは0です。