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

Documentation Index

Fetch the complete documentation index at: https://br.developers.hubspot.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

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

Resposta

successful operation

legacyListId
string
obrigatório

O ID antigo para a lista

listId
string
obrigatório

O ID de lista V3 para a lista

Last modified on May 27, 2026