メインコンテンツへスキップ
GET
/
crm
/
lists
/
2026-03
/
idmapping
旧リストIDを最新のリストIDに変換
curl --request GET \
  --url https://api.hubapi.com/crm/lists/2026-03/idmapping \
  --header 'Authorization: Bearer <token>'
{
  "legacyListId": "<string>",
  "listId": "<string>"
}

Supported products

承認

Authorization
string
header
必須

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

クエリパラメータ

legacyListId
string

リストv1 APIの旧リストID。

レスポンス

successful operation

legacyListId
string
必須

リストの旧リストID

listId
string
必須

リストのV3リストID

最終更新日 2026年6月5日