curl --request GET \
--url https://api.hyra.io/users/roblox
{
"id": "<string>",
"username": "<string>",
"display_name": "<string>"
}
Get a user by their Roblox username
curl --request GET \
--url https://api.hyra.io/users/roblox
{
"id": "<string>",
"username": "<string>",
"display_name": "<string>"
}
Default Response
The response is of type object
.