object Webhook

Fields

FieldTypeDescription
idString
legacy_idInt
account_idString
shop_nameString
nameString
urlString
sourceString
enabledBoolean
healthCustomersWebhookHealth
created_atISODateTime
updated_atISODateTime
last_enabled_changeISODateTime
shared_signature_secretString

This will only be returned once when the webhook is created.

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "account_id": "abc123",
  "shop_name": "abc123",
  "name": "abc123",
  "url": "abc123",
  "source": "abc123",
  "enabled": true,
  "health": "HEALTHY",
  "created_at": "abc123",
  "updated_at": "abc123",
  "last_enabled_change": "abc123",
  "shared_signature_secret": "abc123"
}