Skip to main content

Log in

POST 

<your-unleash-url>/auth/simple/login

Logs in the user and creates an active session

Request

Responses

userSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/auth/simple/login' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>' \
-d '{
"username": "user",
"password": "hunter2"
}'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Body required
{
  "username": "user",
  "password": "hunter2"
}
ResponseClear

Click the Send API Request button above and see the response here!