---
title: "POST /v2/auth/login"
method: POST
path: "/v2/auth/login"
---

# POST /v2/auth/login

`POST /v2/auth/login`

Login as a user using Sign in with Ethereum message signed by the wallet address.

## Request body

- object
  - `message` string
  - `signature` string

## Response `200`

OK

- AuthResult
  - `walletAddress` string, nullable, required
  - `accessToken` string, required

## Other responses

- `400` — Invalid input received. Bad request.
- `404` — The item you are making request for does not exist.
- `500` — Unable to fullfil request due to internal server error.

---

[API](https://skmtc.net/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.net/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/versions/e003b998de45/schema)
