Login
Password-based login
post
Starts a session given a username/password and puts it into a cookie.
Body
Bundles a username/password for authentication purposes.
usernamestringRequired
passwordstringRequired
Responses
204
Happy response. A set-cookie header will be present.
post
/api/v1/loginPOST /api/v1/login HTTP/1.1
Host: api.example.com
Content-Type: application/json
Accept: */*
Content-Length: 37
{
"username": "text",
"password": "text"
}204
Happy response. A set-cookie header will be present.
No content
Last updated
Was this helpful?

