Skip to content

Instantly share code, notes, and snippets.

View BrontoStephen's full-sized avatar

BrontoStephen

View GitHub Profile

Bronto Ingestion API Reference

Endpoint

POST https://ingestion.eu.bronto.io
POST https://ingestion.us.bronto.io

Authentication

@BrontoStephen
BrontoStephen / bronto_ingestion_test.sh
Last active February 8, 2026 13:16
Bronto Ingestion test
#!/usr/bin/env bash
set -euo pipefail
# ── Configuration ─────────────────────────────────────────────────────────────
# API key: pass as first argument, or replace the placeholder below
API_KEY="${1:-YOUR_API_KEY_HERE}" # pass as argument or replace this placeholder
ENDPOINT="https://ingestion.eu.bronto.io"
# Headers for data routing
COLLECTION="testing"