What this endpoint/use case is for
Use this API area when you need reliable Australian odds data inside an app, dashboard, odds comparison table, alerting workflow or betting model pipeline.
- REST/JSON responses designed for fast implementation.
- Australian-facing bookmaker and racing use cases.
- Free key available for testing before paid API credit tiers.
- Internal links to pricing, examples and coverage so developers can move quickly.
Example request
curl -X POST 'https://api.puntersedge.online/v1/webhooks' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"url": "https://example.com/hooks/puntersedge", "events": ["arb.opportunity"], "min_edge_pct": 1.5}'
POST, with a JSON body — this is the one endpoint on the developer surface that takes one. Requires Business, Enterprise or Unlimited; anything less is 403. The response carries the signing secret exactly once.
Full parameter table, status codes and response schema: API reference →
Integration notes
Start with the free tier, confirm the sports/bookmaker coverage fits your product, then move to a paid plan if your dashboard, comparison product or data workflow needs higher monthly usage.