Subscribe to a webhook
URL : https://api.scloby.com/v2/webhooks
METHOD : POST
BODY
{
  "entity_type":"${entity_type}",
   "event_type":"${event_type}",
   "url": "https://your.url",
   "email":"[email protected]"
}RESPONSE
{
  "result":{
    "id":id_webhook
  }
}Updated about 2 months ago
