HTTP
Send JSON payloads from your devices or applications to Qubitro via a simple HTTP endpoint.
Specifications
Parameter
Description
Example CURL Command
curl --location 'https://webhook.qubitro.com/integrations/http' \
--header 'Authorization: Basic <YOUR_DEVICE_TOKEN>' \
--header 'Content-Type: application/json' \
--data '{ "Temperature": 30.5 }'Create an HTTP Source
1
2
3
4
Last updated