API Playground
Set your webhook URL
Store one webhook URL on the account so you do not have to send X-Webhook-URL on every call. Free.
There is nothing to subscribe to. That one URL receives every event for the account — enrichment.completed, enrichment.failed, enrichment.no_data_found. No events array, no per-event filtering.
Your signing secret is not returned here; it lives in the API Panel, where you can also rotate it.
POST
Set your webhook URL
Body
application/json
Must be https://. Plain http is rejected — the payload identifies the account, and the signature is only worth having over a channel nobody can rewrite in transit.
Maximum string length:
255Example:
"https://webhook.site/YOUR-ID"
Set your webhook URL

