Create a Webhook
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
The event to listen for. Available events
The HTTPS URL where the event notification will be sent
Second value in base64(basic_user:basic_secret)
, sent as Authorization
for request validation. This will appear as null in all responses, for security.
First value in base64(basic_user:basic_secret)
, sent as Authorization
for request validation
Optional arbitrary user data
Response
Second value in base64(basic_user:basic_secret)
, sent as Authorization
for request validation. This will appear as null in all responses, for security.
First value in base64(basic_user:basic_secret)
, sent as Authorization
for request validation
The error reason, if the webhook has transitioned status to error
The event to listen for. Available events
Unique identifier for object
One of enabled
, disabled
, or error
. Filterable.
The HTTPS URL where the event notification will be sent
Optional arbitrary user data