Platform

APIs and Webhooks to take the intelligence anywhere.

Access events and modeled data via API, or receive them in real time via webhook, straight into your pipeline.

The intelligence only matters if it reaches where the work happens. The Dataoris APIs and webhooks take events and modeled data to your backend, data warehouse and automation tools. Via webhooks, you connect the data near real-time to over 1,000 integrations with n8n, Zapier and Make: CRMs, CDPs, analytics and your own systems, with no technical friction.

Use the REST API to query events and metrics on demand, and webhooks to receive presence and transitions the instant they occur. Authentication by environment key, with scopes.

The data comes out raw or already enriched, as you need it, ready to feed a flow in the CRM, a model in BI or an operational automation. No-code platforms like n8n, Zapier and Make connect Dataoris to over 1,000 tools without writing code.

Configuring a webhook takes minutes and is fully self-service: in the Integrations area of the panel, you choose the integration type, enter the Endpoint URL and the authentication (for example, a header with a token), save and fire a test event with one click to validate receipt.

Each integration delivers a specific type of data over the same channel. User movements, for example, sends movement events and the detection of entry into points of interest, ready for your backend to process in real time.

API CRM BI Backend Automação

How it works

1

Authenticate

API key per environment, with defined scopes.

2

Consume

REST for queries, webhooks for real time.

3

Automate

Trigger flows in your CRM, BI or automation tool.

curl https://api.dataoris.com/v1/events \
  -H "Authorization: Bearer sk_live_•••"

# webhook: receive presence in real time
POST /your-endpoint
{ "type": "presence", "poi": "...", "dwellTime": 320 }

Why it matters

  • REST and Webhooks
  • Real-time events
  • 1,000+ integrations (n8n, Zapier, Make)
  • Connects to CRMs, CDPs and analytics
Protocol REST and Webhooks
Authentication Key per environment, with scopes
Format Raw or modeled events

Ready to get started?

Talk to our team about APIs & Webhooks or start with the documentation.