Get Webhook
Last updated
Last updated
GET /webhooks/:webhookId
Returns an existing webhook.
Webhooks:Read
id
String
ID of the webhook
url
String
The webhook endpoint url where events will be pushed. The url needs to be a valid http / https url.
description
String - Optional
Description of what the endpoint is for. May be unset.
status
String
Possible values: Enabled
| Disabled
. If webhook status is Disabled
, no event will be pushed to the webhook endpoint. If status
is not specified, default status is Enabled
.
events
String List
dateCreated
String
ISO 8601 string representing date of creation of the webhook
dateUpdated
String
ISO 8601 string representing date of update of the webhook
List of the webhook subscribes to. You can also subscribe to all events by passing events: ["*"]
.