Error Codes

Error CodeDescription
webhook.notFoundNo webhook with the specified ID was found.
webhook.url.requiredThe webhook URL was not included in the request.
webhook.url.invalidThe specified webhook URL is not valid.
webhook.username.requiredThe webhook username was not included in the request.
webhook.password.requiredThe webhook password was not included in the request.
webhook.existsYour account already has a configured webhook. The API does not support creating multiple webhooks.
webhook.id.requiredThe webhook ID was not included in the request.