Get webhook config
Read the org’s current webhook config. The secret is masked —
the full value is only ever shown at create / rotate time.
Authorizations
Long-lived org API key. Alternative: Authorization: Bearer <key>.
Required alongside the API key (no key→org reverse index).
Response
Successful Response
Wire shape of the org's webhook config.
Configured subscriber URL.
Event types currently subscribed.
memory.learning.completed, memory.learning.failed Whether deliveries are active.
Signing secret used to verify X-Webhook-Signature. Returned in full only when freshly minted — a first PUT (create) or PUT?rotate_secret=true. Store it then; every other response (a plain edit, or GET) masks it.
ISO-8601 timestamp the config was first created.
Constant discriminator for the resource type.
"webhook"ISO-8601 timestamp of the most recent edit.