Lowcoder Open REST API
Authentication
Session Cookie
// Login a User on Lowcoder by eMail
curl --location '//api/auth/form/login' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--data '{
"loginId": "<your_user>",
"password": "<your_password>",
"register": "false",
"source": "EMAIL",
"authId": "EMAIL"
}'API Key
OpenAPI Specification & Postman Collection
Single Docker Deployment
Multi-Docker Deployment
app.lowcoder.cloud
Using Lowcoder API - inside Lowcoder Apps




Last updated
Was this helpful?