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 over 2 years ago