latestOpenAPI 3.1.02026-08-213914255.9 MB
715c4defcbbf
Memberships
Transfer Membership
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.
post/memberships/{id}/transfer
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Response
transfer URL created
Example response
{
"url": "https://whop.com/activate"
}