Translate Legacy List Id to Modern List Id in Batch
POST {{baseUrl}}/crm/v3/lists/idmapping
This API allows translation of a batch of legacy list id's to list id's. This allows for a maximum of 10,000 id's. This is a temporary API allowed for mapping old id's to new id's and will expire on May 30th, 2025.
Request Body
["<string>", "<string>"]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"legacyListIdsToIdsMapping":[{"legacyListId":"\u003cstring\u003e","listId":"\u003cstring\u003e"},{"legacyListId":"\u003cstring\u003e","listId":"\u003cstring\u003e"}],"missingLegacyListIds":["\u003cstring\u003e","\u003cstring\u003e"]}