Update Webhook

This endpoint is responsible for the update of a tenant's webhook. The tenant is identified by the API_KEY passed in the authorization header of the request.

📘

Note

To get the subscribeable events that a webhook configuration can listen to, call the Subscribable Events endpoint.

Also, to update the events you're subscribed to on your webhook notification, the parameters active, events_allowed, and incoming have to be passed in the body of the request, i.e.,

{  
     "active": true,  
     "events_allowed": ["client_tier_create"],  
     "incoming": "core"  
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!