Create Webhook

Create a webhook with a POST request to the endpoint.

The post body should contain the necessary data to create the webhook as a JSON object:

{
    "url": "https://www.example.com/webhook-test",
    "username": "username",
    "password": "password"
}

Returns a webhook object if the call succeeded.

Language
Credentials
Basic
base64
: