Use the Dock API to look up verified Roblox and Discord account links from your backend. Keep API keys private and send requests from trusted server-side code.
What you can build
Account linking
Look up Discord to Roblox and Roblox to Discord mappings from your own backend.
Verification flows
Create verification sessions, redirect users to Dock, and read completion by polling or SSE.
Alt detection
Use Premium detection endpoints to review possible alternate accounts and risk signals.
Bot configuration
Configure verification, welcome, permissions, and group binding settings from Discord with
/config.Base URL
GET /api/v1/public/discord-to-roblox becomes:
Quick start
Create an API key
Sign in to Dock, create an API key for your server, and store the key on your backend.
Authenticate requests
Send the key with
Authorization: Bearer YOUR_API_KEY. Never ship API keys in browser code, public repositories, or client-side apps.Make your first lookup
Use
/api/v1/public/discord-to-roblox for Discord to Roblox lookups and /api/v1/public/roblox-to-discord for Roblox to Discord lookups.First request
Recommended next pages
Authentication
Learn how API keys work and how to keep them safe.
API Reference
Review available API endpoints, parameters, and responses.
Bot config
Learn how to configure Dock from Discord with
/config.By using Dock, you agree to the Terms of Service and acknowledge the Privacy Policy.