Sounds like a silly question but what’s the best way to define webhooks sent by our system that people might want to integrate with? What I’ve done for now (I’m new to APIDog) is just create a folder called “Webhooks” and then I’m basically defining everything effectively backwards, so headers are the headers we’re sending rather than what we’re expecting, and the body is what we’re sending.
Is there a way to mark something obviously as being a webhook and maybe tweak the terminology so it’s clearer.
Many Thanks.