webhook.get
Request info of existing webhooks.
FILTER
    | Tags | Description | 
| WEBHOOKENDPOINTID  | 
        Unique webhook ID  | 
 
RESPONSE
    | Tags | Description | 
| STATUS  | 
        Status  | 
| ENDPOINT  | 
        A specific subscription ID  | 
 
webhook.create
Create a new webhook.
DATA
    | Tags | Description | 
| TYPE Required | 
        Webhook enpoint type: email or url  | 
| URL  | 
        Endpoint URl  | 
| EMAIL  | 
        Mailadresse of the webhook recipient  | 
| USER  | 
        Username for URL endpoint usage   | 
| PASSWORD  | 
        Password for URL endpoint usage  | 
| EVENTS  | 
        Eventtypes active for the webhook  | 
 
RESPONSE
    | Tags | Description | 
| STATUS  | 
        Status  | 
| WEBHOOKENDPOINTID  | 
        Unique webhook ID  | 
 
webhook.delete
Delete a Webhook.
DATA
    | Tags | Description | 
| WEBHOOKENDPOINTID Required | 
        Unique webhook ID  | 
 
RESPONSE
    | Tags | Description | 
| STATUS  | 
        Status  |