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

Last updated