cURL
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>" } '
Authenticates a user with the provided credentials (username and password).
Enter your API key. It's required to authenticate API requests.
The user's credentials for authentication.
The username of the user attempting to sign in.
The password of the user attempting to sign in.
The user was successfully authenticated.
Was this page helpful?