﻿# Access Tokens

## Create an access token for the current user

:endpoint{method="POST" path="/api/users/access-token"}

**Response**

`200` — Contains the created access token.

- **`AccessToken`** :span[string]{.type-label}  
  Minimum length 1.

:::api-example{label="Response"}
```json
{
  "AccessToken": "string"
}
```
:::
