Authentication API
This page describes how to authentication against Lenses APIs.
Name
Value
Name
Type
Description
"a1f44cb8-0f37-4b96-828c-57bbd8d4934b"UNAUTHORIZEDExample Request
# login and receive the access token
HOST="http://localhost:3030"
curl -X POST -H "Content-Type:application/json" \
-d '{"user":"admin", "password":"admin"}' \
${HOST}/api/login -s --compressed -w '\n'Example Response
Last updated
Was this helpful?

