POSTMAN Example
Postman is a great tool for exploring REST APIs.
Before using Postman, make sure you have requested API access via support and received the api key and application id.
After you open Postman, select method typeGETand input the URI of the API you want to call.
In theHeaderstab, enter the headersx-api-keyandx-app-id.
当完成时,选择Send
You should see a response that indicates the HTTP response code as well as the status of your sensors (good/warning/error) as well as any issues within the sensor group.
One additional nice feature of Postman is the ability to export a code sample in a variety of programming languages.
Updated about 2 years ago
Did this page help you?