curl --request GET \
--url https://api.docksys.xyz/api/v1/public/discord-to-roblox \
--header 'Authorization: Bearer <token>'{
"status": 200,
"data": {
"discordId": "67890",
"robloxId": "12345"
},
"timestamp": "2025-09-27T20:12:56Z",
"version": "1.0.0",
"requestsRemaining": 499,
"ipRequestsRemaining": 499
}Retrieves the Roblox ID associated with a given Discord ID in a specific guild.
curl --request GET \
--url https://api.docksys.xyz/api/v1/public/discord-to-roblox \
--header 'Authorization: Bearer <token>'{
"status": 200,
"data": {
"discordId": "67890",
"robloxId": "12345"
},
"timestamp": "2025-09-27T20:12:56Z",
"version": "1.0.0",
"requestsRemaining": 499,
"ipRequestsRemaining": 499
}Documentation Index
Fetch the complete documentation index at: https://docs.docksys.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Discord user ID.
The Discord guild ID.
Successful response with linked Roblox ID.
The HTTP status code of the response.
200 Show child attributes
The timestamp of the response in ISO 8601 format.
The API version.
"1.0.0"
Number of requests remaining in the daily quota.
Remaining IP-linked quota shared across API keys detected on the same IP.