POST
/
crm
/
v3
/
lists
/
idmapping
Mehrere alte Listen-IDs in moderne Listen-IDs übersetzen
curl --request POST \
  --url https://api.hubapi.com/crm/v3/lists/idmapping \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'
{
  "legacyListIdsToIdsMapping": [
    {
      "listId": "<string>",
      "legacyListId": "<string>"
    }
  ],
  "missingLegacyListIds": [
    "<string>"
  ]
}
Unterstützte Produkte
Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing HubStarter
Sales HubSales HubKostenlos
Service HubService HubKostenlos
Content HubContent HubStarter

Erforderliche Bereiche

Diese API erfordert einen der folgenden Bereiche:
  • crm.lists.read

Authorizations

Authorization
string
header
required

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

Body

application/json · string[]

The body is of type string[].

Response

successful operation

The response is of type object.