POST https://ingestion.eu.bronto.io
POST https://ingestion.us.bronto.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" |