...
Code Block |
---|
https://iot.powunity.com/api/session?token=YOUR_ACCESS_TOKEN |
In the response headers, you will find the session cookie in header set-cookie and this can be used to authenticate further requests, until the expiration date of your cookie.
WebSocket API
In addition to the REST API, we provide access to a WebSocket endpoint for live location updates and events. The URL for the connection:
...