Skip to main content
POST
/
v1
/
signin
User Sign In
curl --request POST \
  --url https://qa-lynx.nayax.com/operational/v1/signin \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "usr": "<string>",
  "pwd": "<string>"
}
'

Authorizations

Authorization
string
header
required

Enter your API key. It's required to authenticate API requests.

Body

application/json

The user's credentials for authentication.

usr
string | null

The username of the user attempting to sign in.

pwd
string | null

The password of the user attempting to sign in.

Response

200

The user was successfully authenticated.