Skip to main content

Find webhook_delivery details by ID

GET 
/webhook_deliveries/:id

Provides webhook_delivery debug data, such as timestamps, delivery status and attempts.

Request

Path Parameters

    id uuidrequired

    Uniquely identifies the webhook_delivery.

Responses

200: Webhook delivery record.

401: Unauthorized

404: WebhookDelivery not found

Loading...