> For the complete documentation index, see [llms.txt](https://www.litewm.com/litewm-saas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.litewm.com/litewm-saas/openapis/token-request-refresh.md).

# Token request/refresh

#### Token request/refresh

**URI** `/api/apitokens`

**Method** `POST`

**Body** raw (json)

```json
{
    "email":"demo@litewm.com",
    "apitoken":"ut2hEemxEkwUgVMQYzkp"
}
```

**Response** raw (json)

```json
{
    "jwt": "eyJhbGciOiJIUzI1NiJ9.eyJlbWFpbCI6ImFkbWluQGxpdGV3bS5jb20iLCJleHAiOjE3MTI0NzMyODh9.slcsun61uarQjHUPBAiF1bJ2wQlylHBbgZjkK2Z4Uvc"
}
```
