Skip to main content
Lookup endpoints are read-only and require API-key authentication.

Endpoints

Scoped keys require guildId so Dock can confirm the bot is in the server and scope results to that guild. Global keys may omit guildId.

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

Use resolved=true only when you need display-ready profiles.
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
Detection outputs are probabilistic and are not definitive proof of identity or wrongdoing. Review context before taking moderation action.

Verification status

With API-key auth and a discordId, this endpoint returns JSON status.
Without API-key auth, the same route redirects the user into the public verification flow and preserves query parameters such as pid, sid, and redirect.
Linked response