Console
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
PUT /v2/console/authentication HTTP/1.1
Host: localhost
Content-Type: application/json
Accept: */*
Content-Length: 186
{
"user": {
"ID": 1,
"user_email": "[email protected]",
"user_login": "text",
"display_name": "text"
},
"jwt": {
"token": "text",
"token_expires": 1
},
"feature_flags": {
"isVendor": true,
"isWhitelabeled": true
}
}DELETE /v2/console/authentication HTTP/1.1
Host: localhost
Accept: */*