User Scan History

Checking A Users Scan History

POST https://stormss.cc/api/history/

Gets The Previous Pins A User Has Been Scanned With

Headers

NameValue

Content-Type

application/json

Query

NameTypeDescription

DISCORD_ID

string

Discord User ID

Response

{
  "pins": [
    {
      "link": "https://stormss.cc/results/9989418",
      "pin": 9989418
    },
    {
      "link": "https://stormss.cc/results/3824628",
      "pin": 3824628
    },
    {
      "link": "https://stormss.cc/results/6225752",
      "pin": 6225752
    },
    {
      "link": "https://stormss.cc/results/5353718",
      "pin": 5353718
    },
    {
      "link": "https://stormss.cc/results/928973",
      "pin": 928973
    }
  ]
}

Last updated