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