HTTP
Send JSON payloads from your devices or applications to Qubitro via a simple HTTP endpoint.
HTTP provides a straightforward way to send data from your devices or applications to Qubitro.
By making an HTTP POST request to Qubitro’s webhook endpoint, you can securely transmit JSON payloads for storage and further processing.
Specifications
Endpoint
https://webhook.qubitro.com/integrations/http
Method
POST
Data Format
Valid JSON is required by default.
Content-Type
application/json
Authorization
Basic (Device Token from Qubitro)
Qubitro rejects any request that does not contain valid JSON. Make sure your payload is properly formatted.
Example CURL Command
Use the Device Token as your Basic authorization header. Replace the placeholder token below with the one from your Unique IDs card.
This request sends a JSON payload containing "Temperature": 30.5
to Qubitro. Make sure your payload follows valid JSON formatting to ensure successful ingestion.
Create an HTTP Source
Navigate to the Project Detail Page
Go to the project where you want to create an HTTP source.
Create a New Source
Click New Source, then select HTTP from the available options.
Fill Out the Required Information
Enter details according to your configuration needs.
Create & Verify
Click Create. Qubitro automatically generates the Device ID and Device Token. Verify these credentials in the Device Settings under the Unique IDs card.
Last updated