D

dweet.io REST API

REST discovered

Details Spec supplied by APIs.guru
URL
https://dweet.io/
Spec
https://api.apis.guru/v2/specs/dweet.io/2.0/swagger.json
Docs
https://dweet.io/play/definition
Authentication
Thing key / lock key api_key discovered Get key ↗
?key=<credential>

Use the dweet.io lock endpoints to reserve and lock a thing. The API docs show GET /lock/{thing} requires a lock value and a master key, and other endpoints accept a key query parameter described as A valid key for a locked thing. There is no separate account or console page surfaced in the public docs; the key is managed through the API itself for locked things.

Thing key / lock key ?key=<credential> + Thing key / lock key ?lock=<credential> discovered