---
title: "POST /v2/transfer/done"
method: POST
path: "/v2/transfer/done"
---

# POST /v2/transfer/done

`POST /v2/transfer/done`

Finalize the transfer of a key to a recipient. This is to copy over any locksmith related data to the recipient's account.

## Request body

- object
  - `transferSignature` string, required — The signature of the transfer code sent to the recipient.
  - `owner` string, required
  - `lock` string, required
  - `token` string, required
  - `network` number, required
  - `deadline` number, required

## Response `200`

Successfully transferred key to recipient.

- object
  - `message` string, required

## Other responses

- `401` — User is not authenticated.
- `403` — Transfer not authorized by locksmith
- `404` — Key not found.

---

[API](https://skmtc.net/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.net/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/versions/e003b998de45/schema)
