Zum Hauptinhalt springen
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

Autorisierungen

Authorization
string
header
erforderlich

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

Abfrageparameter

legacyListId
string

Antwort

successful operation

legacyListId
string
erforderlich

The legacy list id for the list

listId
string
erforderlich

The V3 list id for the list

Last modified on April 9, 2026