User
Fetch user
GET
https://api.hubdot.xyz/v1/user/fetch
Returns a specific hub.
Query Parameters
Name
Type
Description
discordUserId
string
Discord user id to search for
robloxUserId
string
Roblox user id to search for
Create user
POST
https://api.hubdot.xyz/v1/user/create
Creates a user.
Request Body
Name
Type
Description
userId
string
Discord user id
Fetch user's products
GET
https://api.hubdot.xyz/v1/user/products
Fetches a user's products.
Request Body
Name
Type
Description
guildId
string
hub's Discord guild id
apiToken
string
hub's api token
robloxUserId
string
User's Roblox user id
Last updated