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

Headers

x-api-key
string
required

API key for authorization

Path Parameters

guildId
string
required

Guild ID for the request

discordId
string
required

Discord user ID to search for

Response

Roblox ID associated with the provided Discord user ID.

The response is of type object.