Webhooks
Register endpoints to receive Console event deliveries, and inspect recent delivery history.
Webhook endpoints receive signed HTTP POSTs from SurfacedBy whenever events you subscribed to occur (scan lifecycle, credit top-ups, key activity). The register endpoint returns a signing secret exactly once; store it immediately, because the system cannot show it to you again. The per-endpoint GET returns delivery stats and a tail of recent attempts so you can debug without leaving the Console.
For the full event catalog and signature-verification algorithm, see Webhooks.
GET
/
webhooksHeader Parameters
X-API-KeyX-Api-Key
Successful Response
POST
/
webhooksSuccessful Response
GET
/
webhooks/{endpoint_id}Successful Response
DELETE
/
webhooks/{endpoint_id}Successful Response