Configs

get
Authorizations
LOWCODER_CE_SELFHOST_TOKENstringRequired
Responses
get
/api/auth/configs
GET /api/auth/configs HTTP/1.1
Host: /
Accept: */*
200

OK

{
  "code": 1,
  "message": "text",
  "data": [
    {
      "id": "text",
      "source": "text",
      "sourceName": "text",
      "enable": true,
      "enableRegister": true,
      "authType": "text"
    }
  ],
  "success": true
}