Manage webhook subscriptions via API
| Method | Endpoint | Description |
|---|---|---|
GET | /webhook-subscriptions | List subscriptions |
POST | /webhook-subscriptions | Create subscription |
GET | /webhook-subscriptions/{uid} | Get subscription |
PUT | /webhook-subscriptions/{uid} | Update subscription |
DELETE | /webhook-subscriptions/{uid} | Delete subscription |
| Event | Description |
|---|---|
render.completed | Image, GIF, or PDF render finished successfully |
render.failed | Render failed with an error |
binding.updated | Binding data refreshed |
binding.failed | Binding data fetch failed |
| Status | Description |
|---|---|
active | Receiving webhooks |
paused | Temporarily disabled |
failed | Disabled after repeated delivery failures |
lastDelivery field on a subscription shows the most recent delivery attempt, including status, timestamp, responseCode, and retry information for failures.API key obtained from the Pictify dashboard
active, paused, failed