Тема: I am not a developer, need some help with using INTEGROMAT on Wialon
Hi guys, I would really appreciate some help. I am not a developer but have successfully been able to integrate many of my company's applications and basic workflows using various APIs through INTEGROMAT. I am therefore somewhat familiar with finding my way around basic requests and data transformation for various applications to interact.
My latest project is to request basic information from our Wialon application - we have a fleet of vehicles for which we want to (from time to time) request the location (google maps link or LOCATOR link) for use in other applications for example.
I started by following the steps for requesting a TOKEN for the API and this I have done successfully but now I need to take the next step to eventially extract a session ID (SID) - which I am struggling with.
I am doing a POST request using Integromat as follows:
URL: http://hst-api.wialon.com/
Method: POST
Body type: RAW
Content type: JSON
Request content: svc=token/login¶ms={"token":"MYTOKENGOESHERE"}
What I get back is not really meaningful to be honest - See attached picture