Test a webhook connection before create a webhook
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
version
version
Headers
x-platform-id
Platform ID.
Request
This endpoint expects an object.
url
The url of the webhook where webhooks will be sent.
name
reference
username
The username used for basic authentication.
password
The password used for basic authentication.
api_header_field
The name of the header field for authentication with an API key.
api_key
The value of for authentication with an API key.
included_actions
The actions of which a webhook will be sent.
excluded_actions
The actions of which a webhook will not be sent.
active
The status of the webhook.
signing_protocol
The signing protocol for the webhook.
previous_signing_protocol
secret_rolled_at
The instant when the secret was rolled.
include_previous_data
Define whether the webhook payload include the previous status or only the current status
authentication_type
The type of authentication used for the webhook.
penalty_box_data
Indicates if this webhook is in the penalty box
Response
OK
successful
message
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error