Pular para o conteúdo principal
GET
/
crm
/
v3
/
lists
/
idmapping
Translate Legacy List Id to Modern List Id
curl --request GET \
  --url https://api.hubapi.com/crm/v3/lists/idmapping \
  --header 'Authorization: Bearer <token>'
{
  "legacyListId": "<string>",
  "listId": "<string>"
}

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Grátis
Sales HubSales Hub -Grátis
Service HubService Hub -Grátis
Content HubContent Hub -Grátis

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de consulta

legacyListId
string

The legacy list id from lists v1 API.

Resposta

successful operation

legacyListId
string
obrigatório

The legacy list id for the list

listId
string
obrigatório

The V3 list id for the list

Last modified on December 16, 2025