Interface WebhooksApiWebhooksRetrieveDeliveriesRequest

Request parameters for webhooksRetrieveDeliveries operation in WebhooksApi.

WebhooksApiWebhooksRetrieveDeliveriesRequest

interface WebhooksApiWebhooksRetrieveDeliveriesRequest {
    deliveryId: string;
    id: number;
}

Properties

Properties

deliveryId: string

WebhooksApiWebhooksRetrieveDeliveries

id: number

A unique integer value identifying this webhook.

WebhooksApiWebhooksRetrieveDeliveries