Skip to main content
GET
/
database
/
linkhistory
Link history for a user
curl --request GET \
  --url https://api.s15x.dev/database/linkhistory \
  --header 'API-Authorization: <api-key>' \
  --header 'x-type: <x-type>'
{
  "history": [
    {
      "id": "<string>",
      "discord_id": "<string>",
      "roblox_id": "<string>",
      "action": "linked",
      "timestamp": "<string>"
    }
  ]
}

Authorizations

API-Authorization
string
header
required

Required: API key to access

Headers

x-type
enum<string>
required

which type of user id will you be passing

Available options:
roblox,
discord
x-discord-id
string

discord id

x-roblox-id
string

roblox id

Response

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

history
object[]
required