Skip to main content
RSS Enabled Reverse Chronological API + Legal + Platform
Stay up to date with major Dock releases, API improvements, infrastructure changes, and legal policy updates. Use the tags on each entry to quickly scan for the updates that matter to you.

API updates

New endpoints, response changes, quotas, and developer-facing improvements.

Platform updates

Product launches, config tools, premium features, and backend upgrades.

Legal updates

Terms, privacy, compliance, and policy clarifications published for transparency.
2026-02-28
apiverificationrealtime
v1.4.0 - Verification Sessions

Verification Sessions

We added a new verification session system for PID-based verification flows. This release focuses on realtime verification results without requiring webhooks.

Highlights

  • Session-first flow: Create a session, receive a secure sid, then redirect users with pid + sid
  • Realtime result delivery: Use long-poll with ?wait=25 or SSE with /stream to receive completion
  • Required clientId: Session creation now requires clientId so you can map results back to your own users
  • Relink visibility: Session results include linkChanged and previousRobloxId for PID-scoped relinks
  • Separate verify quota bucket: Verification endpoints now use verifyRequestsRemaining and verifyIpRequestsRemaining and do not consume the standard mapping quota
Verification traffic now lives in its own quota bucket, which keeps session workflows separate from standard mapping usage.

Relevant documentation

2025-11-26
configreleasefeatures
v1.3.0 - Dock Config Launch

Dock Config Launch

Dock Config is live, bringing verification and welcome setup into a single guided panel with Components V2 previews.

Highlights

  • Live Config Studio: Realtime previews for verification and welcome flows with Components V2
  • Permissions Control: Management, Admin, and Staff gates to restrict who can edit settings
  • Module Toggles: One-tap enable or disable controls for Verification and Welcome modules
  • Verification Setup: Verified and unverified roles, group ID, minimum account age, nickname templating, and send controls
  • Welcome Setup: Channel picker, auto-roles, auto-verification toggle, and header or footer imagery support
  • Safer Saves: Module-level resets, clearer notices, and stronger input guardrails
Thanks for helping Dock reach 100 servers. We’re applying for privileged intents to keep scaling cleanly.
2025-11-16
apipremiumprofilesfeature
v1.2.0 - Full Premium Resolved Profile Expansion

Full Premium Resolved Profile Expansion

A major upgrade was deployed across both account-mapping endpoints, delivering complete resolved profile data for Premium subscribers. This update brings full parity to Discord to Roblox and Roblox to Discord, making Premium responses significantly richer and more detailed.

Upgraded endpoints

What’s new in Premium

Discord user and guild member data

  • Full username, display name, and user ID
  • High-resolution avatar and banner support
  • Guild nickname support
  • Full createdAt timestamp
  • Full joinedAt timestamp
  • Complete role list with ID and name
  • Improved null-safety for missing users or guild members

Roblox profile data

  • Username, display name, and Roblox user ID
  • Full bio and description
  • Account creation date
  • Verified badge status
  • Ban status
  • High-resolution avatar images for headshot and full body
  • Complete Roblox badges
  • Expanded Roblox groups with role, rank, member count, and badge status
{
  "status": 200,
  "data": {
    "robloxId": "1234567890",
    "discordIds": ["135791357913579135"]
  },
  "resolved": {
    "discord": {
      "135791357913579135": {
        "displayName": "DockSystems",
        "username": "docksystems",
        "id": "135791357913579135",
        "avatar": "https://cdn.discordapp.com/embed/avatars/1.png",
        "banner": null,
        "nickname": "Dock",
        "joinedAt": "2023-06-14T11:22:03Z",
        "createdAt": "2020-04-13T17:22:05Z",
        "roles": [
          { "id": "998877665544332211", "name": "Member" },
          { "id": "112233445566778899", "name": "Verified" }
        ]
      }
    }
  },
  "timestamp": "2025-11-15T20:12:56Z",
  "version": "1.1.0",
  "requestsRemaining": 2499
}
{
  "status": 200,
  "data": {
    "discordId": "67890",
    "robloxId": "156319135"
  },
  "resolved": {
    "username": "DockSystems",
    "displayName": "DockSystems",
    "id": "156319135",
    "description": "example description",
    "created": "2018-04-14T19:21:53Z",
    "isBanned": false,
    "hasVerifiedBadge": true,
    "avatar": {
      "headshot": "https://tr.rbxcdn.com/exampleHeadshot.png",
      "fullBody": "https://tr.rbxcdn.com/exampleFullBody.png"
    },
    "badges": [
      {
        "id": 6,
        "name": "Homestead",
        "description": "The homestead badge is earned by having your personal place visited 100 times...",
        "imageUrl": "https://images.rbxcdn.com/b66bc601e2256546c5dd6188fce7a8d1.png"
      },
      {
        "id": 12,
        "name": "Veteran",
        "description": "This badge recognizes members who have visited Roblox for one year or more...",
        "imageUrl": "https://images.rbxcdn.com/b7e6cabb5a1600d813f5843f37181fa3.png"
      }
    ],
    "groups": [
      {
        "id": 7,
        "name": "Roblox",
        "memberCount": 13331573,
        "hasVerifiedBadge": true,
        "role": {
          "id": 200,
          "name": "Member",
          "rank": 1
        }
      }
    ]
  },
  "timestamp": "2025-11-15T20:44:57.768Z",
  "version": "1.1.0",
  "requestsRemaining": 2499,
  "ipRequestsRemaining": 2261
}

Relevant documentation

2025-11-15
legalpolicysecuritycompliance
Major Legal Policy Overhaul

Major Terms of Service and Privacy Policy Overhaul

A significant update was released for both the Terms of Service and Privacy Policy to improve legal clarity, accuracy, and protection for Dock and its users.

Key improvements

  • Full rewrite of the Terms of Service and Privacy Policy for improved structure, clarity, and liability protection
  • Clear definitions for Customer Data, Detection Data, and Personal Data
  • Clearer explanation of Dock’s roles as independent controller and processor
  • Stronger language around the alt detection system, including hashed and encrypted IP-related values
  • Confirmation that Premium outputs return derived results only, not raw logs or personal identifiers
  • Clear statement that Detection Data is probabilistic, not proof of identity
  • Explicit confirmation that Dock does not sell or share personal data under CCPA and CPRA
  • Expanded retention, international transfer, subprocessor, and user rights language
  • Stronger liability limits and acceptable use terms

Why this matters

These updates make Dock’s policies more transparent, more compliant with modern data protection expectations, and more protective against misuse and false assumptions.

Relevant documents

2025-11-08
legalpolicysecuritydetection
Alt Detection and Legal Coverage Expansion
The Privacy Policy and Terms of Service were updated to reflect Dock’s new alt detection and account-link analysis systems.These systems help detect connected or duplicate accounts by reviewing login activity, stored IP hashes, and linked user records.

Key updates

  • Added transparency for automated alt detection based on stored login data and account associations
  • Clarified that these systems are required for fraud and abuse prevention and currently cannot be opted out of
  • Announced that opt-out and deletion requests will be available in a future update
  • Expanded sections covering how IP hashes, login history, and linked account information are stored and used
  • Strengthened compliance language around data security and account integrity

Relevant documents

2025-11-07
releasepremiumfeatures
v1.1.0 - Dock Premium Release

Dock Premium Launch

We officially launched Dock Premium, introducing an upgraded experience for advanced verification systems and larger communities.

Key highlights

  • Increased limit to 2,500+ daily requests
  • Reduced rate limit to 1 second
  • Expanded server key limit to 10
  • Added Alt Detection Endpoint for linked account monitoring
  • Introduced Custom Branding including logo, banner, and about section
  • Added Premium Role and Priority Support
  • Includes all future feature updates

Pricing

Lifetime access for R1,499Robux∗∗or∗∗1,499 Robux** or **10 USD. Early buyers keep lifetime access even if plans move to subscriptions later.

Documentation

Visit the Premium Page for full details and plan comparison.
2025-10-25
legalpolicypremium
Premium Policy Clarifications

Premium Terms and Privacy Refresh

Detailed Dock Premium language was added to the Privacy Policy and Terms of Service so customers better understand how paid access and refunds work.

Key updates

  • Documented that all Premium upgrades, whether Robux or USD, are final and non-refundable
  • Clarified that Lifetime Premium may transition to monthly or yearly plans later
  • Confirmed that existing lifetime buyers remain grandfathered
  • Synced refund and subscription wording across both legal docs for consistency

Relevant documents

2025-10-06
legalpolicyupdate
Privacy Policy and Terms of Service Updated
The Privacy Policy and Terms of Service were revised to improve legal compliance and transparency.

Key updates

  • Added a dedicated privacy contact email: [email protected]
  • Clarified data retention periods and handling of IP logs
  • Specified that API request logs can only be accessed by authorized systems from approved IP addresses
  • Noted that OfficialSteam is the only developer with access to API data, except where law or abuse investigation requires otherwise
  • Improved wording around international transfers and secure data handling
  • Added retention reviews for abuse-related data storage

Relevant documents

2025-10-02
apifeaturedatabase
v1.0.1 - Database Reset Endpoint Added

Database Reset Endpoint Added

Introduced a new DELETE endpoint at /api/v1/database/reset for resetting custom databases.

Key changes

  • Requires authentication middleware
  • Logs requests and errors
  • Returns deleted record count on success
curl --request DELETE \
  --url "https://api.docksys.xyz/api/v1/database/reset" \
  --header "Authorization: Bearer YOUR_TOKEN"

Documentation

Refer to Database Reset Endpoint for usage details, authentication requirements, and expected responses.
2025-09-27
apirelease
v1.0.0 - Initial Release

Initial Release

Dock launched with core endpoints for account linking and account management.

Features

  • Roblox to Discord mapping
  • Discord to Roblox mapping
  • Update Discord ID
  • Update Roblox ID
  • Remove links

Documentation

Certain updates, including changes to the Terms of Service or Privacy Policy, may appear here for transparency. Policy updates are effective immediately upon publication unless stated otherwise.