Check Whitelist
Verify a user's ownership of a product license
Check the Whitelist of a user
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{ "status": "200", "message": "OK", "data": { "userid": string, "userid_type": string, "product_id": string, "owns_license": boolean } }{ "status": "400", "message": "Missing Query Parameter.\nRequired params: product_id", "data": {} }{ "status": "500", "message": "Internal Server Error" }{ "status": "404", "message": "Product does not exist.", "data": {} }{ "status": "404", "message": "No Roblox Account associated to this Discord User ID.", "data": {} }Last updated