object WebhookCallLog

Fields

FieldTypeDescription
idString
webhook_typeString
urlString
timestampISODateTime

UTC timestamp when the webhook call was logged.

status_codeInt
responseJSONObjectScalar

Referenced By

Example

{
  "id": "abc123",
  "webhook_type": "abc123",
  "url": "abc123",
  "timestamp": "abc123",
  "status_code": 987,
  "response": "abc123"
}