Path parameters
version string Required Defaults to 1
version
Request This endpoint expects an object.
url string or null Required
The url of the webhook where webhooks will be sent.
name string or null Required
reference string or null Required
username string or null Optional format: "^[a-zA-Z0-9!#$%&-_.*]*$"0-256 characters
The username used for basic authentication.
password string or null Optional format: "^[a-zA-Z0-9!#$%&-_.*]*$"0-256 characters
The password used for basic authentication.
api_header_field string or null Optional format: "^[a-zA-Z0-9_\-]*"0-256 characters
The name of the header field for authentication with an API key.
api_key string or null Optional format: "^[a-zA-Z0-9]*"0-256 characters
The value of for authentication with an API key.
included_actions list of strings or null Optional
The actions of which a webhook will be sent.
excluded_actions list of strings or null Optional
The actions of which a webhook will not be sent.
active boolean Optional
The status of the webhook.
signing_protocol string or null Optional
The signing protocol for the webhook.
previous_signing_protocol string or null Optional
secret_rolled_at string or null Optional
The instant when the secret was rolled.
include_previous_data boolean Optional
Define whether the webhook payload include the previous status or only the current status
authentication_type enum Optional
The type of authentication used for the webhook.
Allowed values: PASSWORD API_KEY NONE
penalty_box_data object or null Optional
Indicates if this webhook is in the penalty box
Response Created
object_type string or null Read-only
id string or null Read-only
username string or null format: "^[a-zA-Z0-9!#$%&-_.*]*$"0-256 characters
The username used for basic authentication.
api_header_field string or null format: "^[a-zA-Z0-9_\-]*"0-256 characters
The name of the header field for authentication with an API key.
url string or null
The url of the webhook where webhooks will be sent.
included_actions list of strings or null
The actions of which a webhook will be sent.
excluded_actions list of strings or null
The actions of which a webhook will not be sent.
active boolean
The status of the webhook.
penalty_box string or null Read-only
secret_key string or null Read-only
signing_protocol string or null
The signing protocol for the webhook.
previous_secret_key string or null Read-only
previous_signing_protocol string or null
secret_rolled_at string or null
The instant when the secret was rolled.
include_previous_data boolean
Define whether the webhook payload include the previous status or only the current status
authentication_type enum
The type of authentication used for the webhook.
Allowed values: PASSWORD API_KEY NONE
penalty_box_data object or null
Indicates if this webhook is in the penalty box