Get the registered webhook for this API key
Webhooks
Get Webhook
Retrieve the current webhook registration for your workspace.
GET
Get the registered webhook for this API key
Returns the registered endpoint, the subscribed event types, and whether a signing secret is configured.
When no webhook is registered,
The signing secret itself is never returned.
signing_secret_configured tells you only whether one is set. If you have lost your secret, rotate it with POST /webhooks/indexing/signing-secret rather than trying to read it back.registered is false and url is null. See Webhooks.