Create un-enabled webhook subscription
POST {{proxiedPublicURL}}/webhooks
Create a webhook subscription
Request Body
{"title"=>"User Checks Webhook", "url"=>"{{exampleWebhookURL}}", "type"=>["USER_CHECK"], "config"=>{"delay"=>"5s", "max_package_size"=>1024}}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| upvest-client-id | string | (Required) Tenant Client ID | |
| upvest-api-version | number | Upvest API version | |
| Content-Type | string |