Login

Deprecated (since maarg 4.4.0): Use admin/login

login User

post
Authorizations
Body
usernamestringOptional
passwordstringOptional
tokenstringOptional
Responses
200

Success

application/json
post
POST /rest/s1/order-routing/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?