Webhooks

ENDPOINT: POST /webhook/user-enrollment

A webhook is like a doorbell for a computer program. Normally, when you want to get information from a website or a service, you have to go and “ask” for it (APIs) β€”kind of like knocking on someone’s door to see if they’re home.

But a webhook reverses that process. It lets the website or service “ring your doorbell” to tell you when something new has happened.

So instead of constantly checking for updates or new information, a webhook will alert you the moment something changes, making the process much more efficient.

A diagram explaining how Webhooks vs APIs work
Webhooks
Skip to content