curl --request GET \
--url https://api.docksys.xyz/api/v1/public/roblox-to-discord \
--header 'Authorization: Bearer <token>'{
"status": 200,
"data": {
"robloxId": "12345",
"discordIds": [
"67890",
"54321"
]
},
"timestamp": "2025-09-27T20:12:56Z",
"version": "1.0.0",
"requestsRemaining": 499,
"ipRequestsRemaining": 98
}Retrieves Discord IDs associated with a given Roblox ID in a specific guild.
curl --request GET \
--url https://api.docksys.xyz/api/v1/public/roblox-to-discord \
--header 'Authorization: Bearer <token>'{
"status": 200,
"data": {
"robloxId": "12345",
"discordIds": [
"67890",
"54321"
]
},
"timestamp": "2025-09-27T20:12:56Z",
"version": "1.0.0",
"requestsRemaining": 499,
"ipRequestsRemaining": 98
}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 Roblox user ID.
The Discord guild ID.
Successful response with linked Discord IDs.
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.