---
title: "Authenticate user and get JWT token"
method: POST
path: "/authenticate"
tags: ["Authentication"]
---

# Authenticate user and get JWT token

`POST /authenticate`

Authenticate a user with email and password to receive a JWT token

## Request body

- AuthRequest
  - `email` string, email, required — User email address
  - `password` string, required — User password

## Response `200`

Authentication successful

## Other responses

- `401` — Authentication failed

---

[API](https://skmtc.dev/wisemapping/apis/wisemapping-api.md) · [All operations](https://skmtc.dev/wisemapping/apis/wisemapping-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wisemapping/wisemapping-api/revisions/a5345a4ed9d0/schema)
