> For the complete documentation index, see [llms.txt](https://docs.cheatchecker.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cheatchecker.net/reference/temporary-tokens/get-all-temporary-tokens.md).

# Get All Temporary Tokens

Method for obtaining all temporary tokens in JSON format

### Get Request:

{% code fullWidth="false" %}

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

{% endcode %}

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