cURL
curl --request GET \ --url https://api.designify.bot/v1/roblox-to-discord/{guildId}/{robloxId} \ --header 'x-api-key: <x-api-key>'
{ "discordIDs": [ "<string>" ] }
Retrieve Discord user(s) linked to a specific Roblox ID for the given guild.
API key for authorization
Guild ID for the request
Roblox ID to search for
List of Discord user IDs associated with the Roblox ID.
The response is of type object.
object
Was this page helpful?