---
title: "Sign in with email and password"
method: POST
path: "/auth/password/sign-in"
tags: ["Password"]
---

# Sign in with email and password

`POST /auth/password/sign-in`

Sign in to an account with email and password

## Request body

- object
  - `email` string, required
  - `password` string, required

## Response `200`

Successful response

- object
  - `access_token` string, required
  - `refresh_token` string, required
  - `user_id` string, required

---

[API](https://skmtc.net/hexclave/apis/hexclave-rest-api-2.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-2/versions/1c982df54232/schema)
