post https://api-sbx.sidedrawersbx.com/api/v1/developers/tenant/tenant-id//webhooks
Creates a Webhook subscription for a given Tenant.
Response
201The Webhook subscription has been successfully created.
Creates a Webhook subscription for a given Tenant.
201The Webhook subscription has been successfully created.
xxxxxxxxxx
curl --request POST \
--url 'https://api-sbx.sidedrawersbx.com/api/v1/developers/tenant/tenant-id/tenantId/webhooks?connectionType=HTTP' \
--header 'content-type: application/json' \
--data '
{
"modificationType": "Create"
}
'
Try It!
to start a request and see the response here!