Synorb
Webhooks

Receive new Manifest batches as Synorb processes them.

Webhooks are the right delivery path when your system wants push updates instead of polling the REST API.

Setup Shape

1. Register an endpoint. Provide the HTTPS URL that should receive deliveries.
2. Choose scope. Subscribe by Stream or delivery configuration, depending on your plan.
3. Verify deliveries. Store idempotency keys and handle retries gracefully.

Start With the API

The full docs page includes the live webhook tester and detailed request examples. Use that for credential validation and endpoint smoke tests.

curl -H "api-key: YOUR_API_KEY" \
  -H "secret: YOUR_API_SECRET" \
  "https://api.synorb.com/webhooks"