CheckKey

Check Key

GET https://api.psu.dev:8080/checkkey

Get information on a key

Headers

Name
Type
Description

key

string

The Api key you want info on

{
  "key": "KEY",
  "reqsleft": 1,
  "allowed": 2,
  "disabled": false,
  "datemade": "1999219954",
  "id": 90,
  "uid": 4,
  "todaysreqs": 1,
  "totalreqs": 1
}

Last updated

Was this helpful?