I am currently trying to access the API using Insomnia application.
I've set the barerer Token, per instruction, but you also state to prefix with orgId. I see some endpoints call for orgId, but otherwise /version is just that.
So far I've been unable to make a successful call I am trying domains like so, as this also isn't documented.
http://console.example.com/version
http://console.example.com/<orgId>/version
http://console.example.com/orgs/<orgId>/version
http://hostname.example.com/version
http://hostname.example.com/<orgId>/version
http://hostname.example.com/orgs/<orgId>/version
None worked. I've even tried adding the orgId as an extra header, still nothing. Heck I've even tried prefixing the bearer token with the orgId...
So what EXACTLY is the process for this? I get we'll be polling the enhance control panel server, but I am getting nothing.
Also, I am honestly not happy about this being http only?! that's very risky as there are plenty of MITM routers that suck up plaintext traffic. Can the api not be applied to the console? like the web UI? and use that service SSL?
Any assistance to get me in the right direction from anyone will be greatly appreciated. I no longer know if I am chasing my tail or what. 🙁