URL Surfaced

This webhook is fired whenever any URL appears in our system. The new URL may be associated with a newly-created or already-existing report.

Payload

Information about the URL Surfaced event, such as the URL, the report ID it is associated with, and the Doppel URL of the report. Subscribing endpoints will receive a JSON object with the following fields.

Top-level webhook payload, containing the event type and the event-specific payload.

string
enum
required

The type of event that occurred.

Allowed:
payload
object
required

Payload type for the "URL Surfaced" webhook.

Responses
201

Webhook notification received successfully, and acted upon synchronously.

202

Webhook notification received successfully, but will be acted upon asynchronously.

400

Invalid payload received.

LoadingLoading…