Dashboard
APITransfer Membership API - Move a Subscription | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

Transfer Membership - Move a Subscription Between Users via API

Move an existing membership for a specific plan from one user to another—useful when a customer changes their account, or support needs to correct a purchase made under the wrong identity.

POST/v2/projects/{project_id}/memberships/{user_id}/{plan_id}/transfer

Authorization

Bearer TokenRequired

Requires the memberships:update permission.

Path Parameters

project_idstringrequired

The unique identifier of the project.

user_idstringrequired

The source user currently holding the membership.

plan_idstringrequired

The plan UUID whose membership should be transferred.

Request Body

to_user_idstringrequired

The user the membership should be transferred to.

Last updated: