- Data Retrieval: When company data or documents are ready (verification data).
- Monitoring: When a monitored company changes (Monitoring API).
Configuration
You configure webhooks in the Topograph Dashboard under Developers > Webhooks. We use Svix for reliable webhook delivery.Verification (Security)
You should verify every webhook to ensure it actually came from us.1. Get your signing secret
You can find your endpoint’s signing secret (starting withwhsec_) in the Dashboard.
2. Verify the signature
We include headers in every request to allow verification:svix-id: Unique message IDsvix-timestamp: Timestampsvix-signature: The signature itself
Event Types
Verification data events
When you request data via/v2/company, we send updates as data becomes available.
Monitoring Events
When a monitored company changes status or details.Retry Policy
If your server returns an error (non-2xx status) or times out, we will retry delivery with exponential backoff.- First retry: Immediate
- Subsequent retries: Increasing delays (seconds, minutes, hours)
- Duration: We retry for up to 3 days