PingWebhookResponse

February 12, 2026 ยท View on GitHub

Example Usage

import { PingWebhookResponse } from "@moovio/sdk/models/operations";

let value: PingWebhookResponse = {
  headers: {
    "key": [
      "<value 1>",
      "<value 2>",
    ],
    "key1": [
      "<value 1>",
      "<value 2>",
      "<value 3>",
    ],
  },
  result: {
    webhook: {
      webhookID: "<id>",
      url: "https://instructive-fort.org/",
      status: "disabled",
      eventTypes: [],
      description:
        "supposing loosely powerful hutch obediently after yesterday lieu strictly",
      createdOn: new Date("2026-09-15T01:25:12.094Z"),
      updatedOn: new Date("2024-12-19T08:26:36.576Z"),
    },
    requestBodySent: {},
    responseStatusCode: 741771,
  },
};

Fields

FieldTypeRequiredDescription
headersRecord<string, string[]>:heavy_check_mark:N/A
resultcomponents.PingResponse:heavy_check_mark:N/A