---
title: "Authentication user"
method: POST
path: "/sessions"
tags: ["Session"]
---

# Authentication user

`POST /sessions`

Authentication user

## Request body

- object
  - `email` string
  - `password` string

## Response `200`

Success

## Other responses

- `400` — Email or password incorrect!

---

[API](https://skmtc.net/rocketseat-education/apis/rentx-documentation.md) · [All operations](https://skmtc.net/rocketseat-education/apis/rentx-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rocketseat-education/rentx-documentation/versions/a4cef5570f71/schema)
