API reference

Query events and metrics over REST.

Send and query events over REST. Authenticate with your project key in the Authorization header.

bash
curl https://ingest.dumbledor.com/v1/collect \
  -H "Content-Type: application/json" \
  -d '{ "type": "pageview", "websiteId": "YOUR_WEBSITE_ID", "url": "https://dumbledor.com/pricing" }'
FieldType
GET /v1/metricsquery
POST /v1/collectmutation