> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Login

Login to receive an access token.

* **Method:** POST
* **Path:** `/api/v1/auth/login`

## Request Body

Refer to the `LoginRequest` schema in the OpenAPI playground.

## Response

Returns a `Token` object on success.

<OpenAPIPlayground endpoint="/api/v1/auth/login" method="POST" />
