webhook/register
Description
register for a webhook when something has changed
HTTP Method
POSTParameters
Name | Type | Required | Description |
---|---|---|---|
target_url | string | yes | the url we will POST to |
event | string | yes | what you want to be notified about: new_thing, changed_thing, deleted_thing |
There is a unregister/webhook method with the same parameters that unregisters that webhook.
Returns
{
"registered": true
}