object UpdateUrlWebhookOutput

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

webhookWebhook

Webhook associated with this URL webhook.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "webhook": {name: "Order Shipped Webhook", url: "https://example.com/webhooks/shiphero"}
}