---
title: "Get a user JWT"
method: POST
path: "/users/generate_token"
tags: ["users"]
---

# Get a user JWT

`POST /users/generate_token`

Get a user JWT

## Request body

- DtoGetJWTInput
  - `email` string
  - `password` string

## Response `200`

OK

- DtoGetJWTOutput
  - `access_token` string

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/devfullcycle/apis/go-expert-api-example.md) · [All operations](https://skmtc.dev/devfullcycle/apis/go-expert-api-example/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devfullcycle/go-expert-api-example/revisions/10c64baf7689/schema)
