Check Whitelist

Verify a user's ownership of a product license

This endpoint facilitates the verification of user ownership for a specific product license within your hub. It's crucial for ensuring that only authorized users have access to particular products, maintaining a fair and secure environment for all participants.

Check the Whitelist of a user

GET https://v2.parcelroblox.com/whitelist/check/:userid_type/:user_id

Path Parameters

NameTypeDescription

userid_type*

string

"roblox" or "discord"

user_id*

string

Roblox or Discord User ID

Query Parameters

NameTypeDescription

product_id*

String

Product ID

Headers

NameTypeDescription

Authorization*

string

prod_DGzVhVsrqNJi4b0Chd9mMPUI9

Content-Type

string

application/json

If everything was able to process properly:

{ "status": "200", "message": "OK", "data": { "userid": string, "userid_type": string, "product_id": string, "owns_license": boolean } }

Last updated