Console

Set the authentication information

put
Body
Responses
204
No content
put
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
  }
}

No content

Remove the authentication information

delete
Responses
204
No content
delete
DELETE /v2/console/authentication HTTP/1.1
Host: localhost
Accept: */*
204

No content

No content

Last updated

Was this helpful?