🧑💻Login User
Authenticate a web user by providing their username and password.
Endpoint: POST /login_web_user
Request:
Login Web User
POST
/login_web_user
Authenticate a web user by providing their username and password.
Request Body
Take a look at how you might call this method using our official libraries, or via curl
:
Example
In case of errors, the API will return a JSON object with a
success
field indicating whether the request was successful, and a corresponding error message in themessage
field.
Last updated