transferDone
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 |
---|
transferSignature string — REQUIREDThe signature of the transfer code sent to the recipient. |
owner string — REQUIRED |
lock string — REQUIRED |
token string — REQUIRED |
network number — REQUIRED |
deadline number — REQUIRED |
Responses | ||
---|---|---|
200 Successfully transferred key to recipient.
| ||
401 User is not authenticated.
| ||
403 Transfer not authorized by locksmith
| ||
404 Key not found.
|