Logo
30daysofpostman API Documentation

User Login

POST {{baseUrl}}/user/login

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

""



Curl
curl -X POST 'http://security.postman-breakable.com/user/login' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"username":"kellysTestingAccount2","password":"kellysTestPassword12345"}'

ENDPOINTS