Login
Deprecated (since maarg 4.4.0): Use admin/login
Authorizations
Body
usernamestringOptional
passwordstringOptional
tokenstringOptional
Responses
200
Success
application/json
401
Authentication required
403
Access Forbidden (no authz)
429
Too Many Requests (tarpit)
500
General Error
post
POST /rest/s1/available-to-promise/login HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"username": "text",
"password": "text",
"token": "text"
}
{
"token": "text",
"expirationTime": "text",
"api_key": "text"
}
Was this helpful?