Endpoints
Discord to Roblox
string
required
Discord user ID to look up.
string
Required for guild-scoped keys. Used to verify guild membership and scope the lookup.
boolean
Defaults to
false. When true, returns expanded Roblox profile data and requires Premium.200 OK
Roblox to Discord
string
required
Roblox user ID to look up.
string
Required for guild-scoped keys. Dock filters linked Discord accounts to members of that guild.
boolean
Defaults to
false. When true, returns expanded Discord user or guild-member data and requires Premium.200 OK
Resolved data
Useresolved=true only when you need display-ready profiles.
- Roblox profile
- Discord profile
GET /v2/discord?resolved=true can return Roblox username, display name, description, creation date, ban state, verified badge state, avatar URLs, badges, and groups.Resolved data is slower than raw mapping data because Dock must hydrate external profile details. Cache responses where appropriate and avoid requesting
resolved=true by default.Alt detection
string
Discord user ID seed. At least one of
discordId, robloxId, or ip is required.string
Roblox user ID seed. At least one of
discordId, robloxId, or ip is required.string
Optional IP seed for authorized detection workflows. Raw IP addresses are not disclosed in customer responses.
string
Required for scoped keys. Results are filtered to members of that guild.
boolean
Defaults to
false. Adds expanded profile objects to matches when available.200 OK
Verification status
With API-key auth and adiscordId, this endpoint returns JSON status.
pid, sid, and redirect.
Linked response