Transfer Whitelist
Transfer a product license from a user to a different user
Transfer a license from one user to a different user
Headers
Name
Type
Description
Request Body
Name
Type
Description
{ "status": "200", "message": "OK", "data": { "sender": string, "recipient": string, "product_id": string, "state": "License has been transferred" } }{ "status": "400", "message": "Your payload did not pass the Schema validation.", "error": string, "data": {} }{ "status": "400", "message": "Sender does not own this license.", "data": { } }{ "status": "400", "message": "Recipient already owns license.", "data": { } }{ "status": "400", "message": "Invalid type.\nAvailable types: roblox, discord", "data": {} }{ "status": "404", "message": "Product does not exist.", "data": {} }{ "status": "404", "message": "No Roblox Account associated to this Discord User ID.", "data": {} }{ "status": "500", "message": "Internal Server Error" }Last updated
