> 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/generate-temporary-token.md).

# Generate Temporary Token

Method to make temporary token with a duration.

### Post Request:

{% code fullWidth="false" %}

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

{% endcode %}

### Example answer:

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