Method
POST /j_spring_security_check
Used to log in as super admin.
cURL example
curl --location --request POST 'http://localhost:8080/j_spring_security_check' \ --header 'Cookie: SESSION=OGJhODNlZTgtYTdmNC00OGRkLThhMmQtMWY3NzUyOWQyNjQ1' \ --form 'j_username=admin' \ --form 'j_password=admin'
Example Response
{"status":"authenticated"}
HTTP Response
Code | Status | Description |
200 | OK | The request has succeeded. |
As of version 4.3.3, super admins can access edgeCore’s public REST API endpoints directly from the system menu (Admin Tools > Public API) and use the interactive API documentation.