GET
/
v1
/
roblox-to-discord
/
{guildId}
/
{robloxId}
cURL
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

List of Discord user IDs associated with the Roblox ID.

The response is of type object.