Cheat Checker
  • Introduction
  • Reference
    • Temporary Tokens
      • Get All Temporary Tokens
      • Generate Temporary Token
    • Expire
      • Panel expire
  • Our Website
  • Panel
Powered by GitBook
On this page
  • Get Request:
  • Example answer:
  1. Reference
  2. Temporary Tokens

Get All Temporary Tokens

/alltemptokens

Method for obtaining all temporary tokens in JSON format

Get Request:

https://api.cheatchecker.net/alltemptokens?token=token

Example answer:

{
    "status":"success",
    "tokens":
    [
        {
            "id":131,"tempToken":"471739244f81853c2a03857f71e64f",
            "duration":3600,
            "created at":"2024-02-14 12:00:56"
        },
        {
            "id":132,"tempToken":"f0ad2231e4261401a23b1e54ae72b4",
            "duration":3600,
            "created at":"2024-02-14 12:00:58"
        }
    ]
}
PreviousTemporary TokensNextGenerate Temporary Token

Last updated 1 year ago