Skip to main content

Webhook Service

Bhutan NDI APIs are inherently asynchronous, meaning that actions get initiated by calling the APIs, and then find out about their completion at a later point in time

πŸ“„οΈ Introduction

Bhutan NDI APIs are inherently asynchronous, meaning that actions get initiated by calling the APIs, and then find out about their completion at a later point in time. Actions can’t complete reliably during a single HTTP request because the other side of the request often involves actions by users, examples include accepting invitations or offers and approving actions. Therefore webhook service can be used by client applications to get the asynchronous responses and it includes registration, subscription, updation and deletion of the client webhook endpoint.