put https://spark.test.woodcoreapp.com/api/v2/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
, andincoming
have to be passed in the body of the request, i.e.,{ "active": true, "events_allowed": ["client_tier_create"], "incoming": "core" }