DT Developer Docs
REST APIDT StudioStatus Page
  • Getting Started
  • Overview
  • Concepts
    • Devices
    • Events
    • Topics
      • Temperature Measurement Interval
      • Motion Sensor Activity Timer
  • Data Connectors
    • Introduction to Data Connectors
    • Creating a Data Connector
    • Configuring a Data Connector
    • Receiving Events
    • Best Practices
    • Example Integrations
      • Heroku
      • Google Cloud Functions
      • AWS Lambda
      • Azure HTTP Triggers
      • IBM Cloud Actions
    • Development Guides
      • Local Development with ngrok
  • REST API
  • Introduction to REST API
  • Explore Our Endpoints
    • with cURL
    • with Python API
    • with Postman
  • Authentication
    • OAuth2
    • Basic Auth
  • Error Codes
  • Emulator API
  • Examples
    • Pagination
    • Streaming Events
    • Touch to Identify
    • Refreshing Access Token
  • Reference
  • Status Page
  • Service Accounts
    • Introduction to Service Accounts
    • Creating a Service Account
    • Managing Access Rights
    • Permissions
    • Organizational Structures
  • Other
    • Application Notes
      • Generating a Room Temperature Heatmap
      • Modeling Fridge Content Temperatures
      • Outlier Detection on Multiple Temperature Sensors
      • Simple Temperature Forecasting for Substation Transformers
      • Sensor Data Insight with Power BI and Azure
      • Third-Party Sensor Data in DT Cloud
    • Frequently Asked Question
Powered by GitBook
On this page
  • Data Connectors
  • REST API
  • DT Cloud

Was this helpful?

  1. Other

Frequently Asked Question

Last updated 1 year ago

Was this helpful?

Data Connectors

Do you have an IP-range that Data Connectors will send events from?

We currently do not have a set IP-range. A Data Connector request origin can be verified by using Signature Secrets. You can read more about Signature Secrets on the page.

My Data Connector returns errors. What do I do?

  • Verify that your Data Connector is configured with the correct Endpoint URL.

  • Check your endpoint logs for tracebacks that explain the source of the error.

Why did my Data Connector get automatically disabled?

A Data Connector can be automatically disabled if only non-200 responses have been returned for a long time. You can read more about this on the page.

REST API

What is the difference between the Event Stream API and a Data Connector?

are best used in backend integrations where a reliable and secure stream of events is desired, like forwarding events to external long-term storage. It comes with quality-of-life features such as an at-least-once Guarantee, low latency, and automatic scaling.

On the other hand, the provides a service aimed more at front-end applications and trades some quality-of-life features for flexibility. Granted the right permissions are given, a stream can be set up anywhere but does not come with the same at-least-once guarantee as a Data Connector.

DT Cloud

How long are my sensor data stored?

All Events are stored for 30 days by default. For long-term storage, we recommend either using our managed or using a Data Connector to forward events to an external database that you manage yourself. You can get started with our .

Extended Data Storage
Example Integrations
Advanced Configurations
Data Connectors
REST API Events Stream
Advanced Configurations