Skip to main content
Manage your product definitions. All requests require the auth headers and are relative to the base URL.

List products

GET /products
Returns the products owned by your manufacturer account.

Create a product

POST /products
Body: the product definition (name, category, model, description, and related fields). Returns the created product.

Update a product

PUT /products/{productId}
Body: the fields to update.

Delete a product

DELETE /products/{productId}
A product’s command vocabulary and dashboard are addressed under the product:
GET /products/{productId}/commands
GET /products/{productId}/dashboard
PUT /products/{productId}/dashboard

Devices & commands

List devices and send commands.