---
title: "Translate Legacy List Id to Modern List Id"
method: GET
path: "/crm/v3/lists/idmapping"
tags: ["Basic"]
---

# Translate Legacy List Id to Modern List Id

`GET /crm/v3/lists/idmapping`

This API allows translation of legacy list id to list id. This is a temporary API allowed for mapping old id's to new id's and will expire on May 30th, 2025.

## Query parameters

- `legacyListId` string

## Response `200`

successful operation

- PublicMigrationMapping
  - `legacyListId` string, required — The legacy list id for the list
  - `listId` string, required — The V3 list id for the list

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/crm-lists.md) · [All operations](https://skmtc.net/hubspot/apis/crm-lists/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/crm-lists/revisions/2ba1203b03a0/schema)
