---
title: "Transfer Membership"
method: POST
path: "/memberships/{id}/transfer"
tags: ["Memberships"]
---

# Transfer Membership

`POST /memberships/{id}/transfer`

Creates a one-use transfer URL for a membership. Opening the URL while logged into a different Whop account claims the membership onto that account. The membership's buyer can generate a link for their own membership with `membership:transfer` when the product allows transfers and the membership is `trialing`, `active`, or `completed`. An account credential with `membership:update` bypasses both restrictions.

## Headers

- `Idempotency-Key` string

## Response `200`

transfer URL created

- object
  - `url` string, uri, required — One-use URL the destination account opens to claim the membership.

## Other responses

- `400` — Invalid Parameters
- `403` — Forbidden
- `404` — Resource not found
- `409` — Conflict

---

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