Skip to main content
GET
/
database
/
linkinfo
Get linked account roblox id
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>"
  }
}

Authorizations

API-Authorization
string
header
required

Required: API key to access

Headers

s15x-roblox-id
string
required

Required User roblox id input

must pass as a string

Response

The request was successful, and the server has returned the requested resource in the response body.