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