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
  • Post Request:
  • Example answer:
  1. Reference
  2. Temporary Tokens

Generate Temporary Token

/temp

Method to make temporary token with a duration.

Post Request:

https://api.cheatchecker.net/temp?token=token&duration=3600 

Example answer:

{
    "status":"success",
    "message":"The record was successfully added to the table.",
    "tempToken":"f0ad2231e4261401a23b1e54ae72b4",
    "duration":"3600"
}
PreviousGet All Temporary TokensNextExpire

Last updated 1 year ago