cURL
curl --request GET \ --url https://api.s15x.dev/database/linkinfo-discord \ --header 'API-Authorization: <api-key>'
{ "link": { "id": "<string>", "discord_id": "<string>", "roblox_id": "<string>", "linked_at": "<string>", "unlinked_at": "<string>", "active": true, "updated_at": "<string>", "metadata": {} } }
Require discord user Id returns data based on that userId about which roblox account that discord user is attached / linked to
Required: API key to access
discord-id
The request was successful, and the server has returned the requested resource in the response body.
Show child attributes