---
title: "User Sign In"
method: POST
path: "/v1/signin"
tags: ["Sign In"]
---

# User Sign In

`POST /v1/signin`

Authenticates a user with the provided credentials (username and password).

## Request body

- UserPwd
  - `usr` string, nullable — The username of the user attempting to sign in.
  - `pwd` string, nullable — The password of the user attempting to sign in.

## Response `200`

The user was successfully authenticated.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
