OpenAPI 3.1.02026-08-193894215.9 MB

23dfbe1a0d1f

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

urlstring uri required

One-use URL the destination account opens to claim the membership.

Example response

{
  "url": "https://whop.com/activate"
}