Create a webhook
Registers an outbound webhook subscription. Each subscription targets a URL and one or more event names (item.created, item.updated, edge.created, etc. — wildcards accepted). The optional type_filter narrows item events to specific item types.
The secret field is the HMAC-SHA256 signing key the server will use on every delivery; if omitted, the server generates one and returns it in the response. The plaintext secret is returned only on creation — store it then. Subsequent reads redact it. See Webhooks for delivery semantics, retry schedule, and signature verification.
Documentation Index
Fetch the complete documentation index at: https://docs.myme.so/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)