メインコンテンツへスキップ
GET
/
crm
/
lists
/
2026-03
/
idmapping
cURL
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

レスポンス

successful operation

legacyListId
string
必須

リストの旧リストID

listId
string
必須

リストのV3リストID

Last modified on April 14, 2026