Skip to main content

Module webhooks

Module webhooks 

Source
Expand description

Webhook receiver / management API DTOs.

Wire types for the public webhook receiver (POST /webhooks/{provider}/{project_id}) and the auth-required webhook management endpoints (GET /api/v1/projects/{id}/webhook and POST /api/v1/projects/{id}/webhook/rotate).

Structs§

WebhookInfoResponse
Response for GET /api/v1/projects/{id}/webhook.
WebhookPath
Path parameters for the public webhook receiver.
WebhookResponse
Response for the public webhook receiver.