Hello everybody,
currently I am at the same point when trying with calls to the local API on SHC-1, while using Postman.
After successfully generating a bearer token, "Get" requests for "status", "devices" or "message" always return the same fault, here e.g. for "message":
http://192.168.1.113:8080/api/1.1/message
Responce body:
<html>
<head>
<title>NotFound</title>
</head>
<body>
<h1>NotFound</h1>
<p></p>
<hr>
</body>
</html>
Maybe someone has an idea what is wrong?
Thanks in advance! Werner
Addition:
Inbetween I found my mistake: "/API/1.1" must be left away.