Example Request
Here is an example to help you get started!
Once you have obtained an access token, it can be used to authenticate your request(s) to the Sine API resources.
API Base URL
https://api.forge.connected.honeywell.com
Request Headers
Parameter | Value |
---|---|
authorization | The bearer access token |
Example
GET /sine/v1/sites HTTP/1.1
Host: api.forge.connected.honeywell.com
Authorization: Bearer yourAccessToken
Updated about 2 years ago