with Postman
A quick showcase of how Postman can be used to explore the various calls available on our REST API.
Last updated
Was this helpful?
Was this helpful?
{
"projects": [
{
"name": "projects/<PROJECT_ID>",
"displayName": "wCaV7Y",
"organization": "organizations/<ORGANIZATION_ID>",
"organizationDisplayName": "Disruptive Technologies Research",
"sensorCount": 10,
"cloudConnectorCount": 1,
"inventory": false
}
],
"nextPageToken": ""
}{
"name": "projects/<PROJECT_ID>/devices/<DEVICE_ID>/labels/my-new-label",
"key": "my-new-label",
"value": "some-value"
}