DreamSync API
Guild-scoped REST API for Roblox↔Discord verification, moderation, and developer integrations. Every request authenticates with a key you generated in the dashboard.
Quick start
- Sign in with Discord and select a server you manage.
- Open API in the sidebar and create a key with the scopes you need.
- Copy the key, it's only shown once, so paste it into your secret store or
.env. - Call any endpoint with
Authorization: Bearer ds_live_….
Base URL
https://api.dreamsync.linkExample
curl -H "Authorization: Bearer ds_live_…" \
https://api.dreamsync.link/api/v1/guilds/425800792679645204/discord-to-roblox/113691352327389188Plans
- Free: verification, linking, role bindings, nickname sync, basic link lookup, update API.
- Pro ($4.99/mo): bulk update, Roblox bans, cross-platform moderation, ban API.
- Developer ($19.99/mo): in-game data bindings, role check API, global lookup.
Entitlements are server-specific. If a subscription lapses, paid configuration stays stored, DreamSync just stops evaluating it, and resumes the moment billing is restored.