We are starting to take advantage of your webhooks and I’ve noticed a peculiarity in the Sandbox environment. We are not defining a scope for our subscription so we are receiving all webhooks.
We are receiving events for both singular and plural functions. It appears that the PATCH functions are singular (e.g., TRAN|PATCH). And the POST functions are plural (e.g., TRANS|POST). It appears that this holds true for users, nodes, subnets, and transactions.
This is documented for transactions and subnets, but not for user and nodes (https://docs.synapsefi.com/v3.1.0/docs/webhooks-intro).
Questions:
- Is this a miss in the documentation or the code?
- Is there a reason for the mix of singular and plural?