WebPowerUp.biz Api Documentation

Description

Login with username and password.
Supported HTTP Methods: POST

Parameters

Name Type Required Default Value Description
login String Yes - Username to login with
password String Yes - The password
tokenDuration Int No 3600 Authorization token expiration time

Sample Response

{
	code: 1,
	message: "Ok!",
	data: {
		token: "f0e2312c13a3d7a8d80901968ca58e70",
		userId: "3"
	}
}