GET
/
v1
/
roblox-to-discord
/
{guildId}
/
{robloxId}
curl --request GET \
  --url https://api.designify.bot/v1/roblox-to-discord/{guildId}/{robloxId} \
  --header 'x-api-key: <x-api-key>'
{
  "discordIDs": [
    "<string>"
  ]
}

Headers

x-api-key
string
required

API key for authorization

Path Parameters

guildId
string
required

Guild ID for the request

robloxId
string
required

Roblox ID to search for

Response

200
application/json
List of Discord user IDs associated with the Roblox ID.
discordIDs
string[]