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"
}

Last updated