---
title: "Get migration mapping"
method: GET
path: "/migration_mappings/{mapping_id}"
tags: ["Migration Mappings"]
---

# Get migration mapping

`GET /migration_mappings/{mapping_id}`

Get a migration mapping by ID.

## Path parameters

- `mapping_id` string, uuid, required

## Response `200`

Migration mapping representation.

- MigrationMapping — Maps a resource identity from an old tenant to a new tenant.
  - `creation_time` string, date-time, required — The date and time the resource was created.
  - `deletion_time` string, date-time, nullable — The date and time the resource was deleted.
  - `id` string, uuid, required — The unique identifier for the migration mapping.
  - `last_updated_time` string, date-time, required — The date and time the resource was last updated.
  - `old_resource_id` string, required — The previous resource ID under the old tenant.
  - `old_tenant` string, required — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
  - `resource_id` string, required — The new/current resource ID.
  - `resource_type` 'ACCOUNT' | 'BUSINESS' | 'PERSON', required — The type of resource being mapped.
  - `tenant` string, required — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/revisions/b0d812e6cdd0/schema)
