Introduction
To make a request, use the following URL structure:
https://api.cheatchecker.net/{section}?{parameters}Example
/alltemptokens?token=xqe82uqs9l1pgvwmln2zpwpigijupaResponse
{
"status": "success",
"tokens": [
{
"id": 1,
"tempToken": "471739244f81853c2a03857f71e64f",
"duration": 3600,
"created at": "2024-02-14 12:00:56"
},
{
"id": 2,
"tempToken": "f0ad2231e4261401a23b1e54ae72b4",
"duration": 3600,
"created at": "2024-02-14 12:00:58"
}
]
}Required parameters
Processing the Answer
Last updated