PingWebhookRequest: {
    api_version?: string;
    body?: PingWebhookRequest;
    id: string;
}

Type declaration

  • Optionalapi_version?: string

    Which version of the API to use.

  • Optionalbody?: PingWebhookRequest

    The request body.

  • id: string

    Required. The ID of the webhook to ping.

    Format: {webhook_id}