Webhook
Fetch a Webhook
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Unique identifier for object
Response
200 - application/json
The webhook
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