List webhook subscriptions
Webhooks
Webhook Subscriptions
Manage webhook subscriptions via API
GET
List webhook subscriptions
Webhook Subscriptions
Manage webhook subscriptions programmatically. Webhooks notify your server when events occur in your Pictify account.For webhook payload formats and signature verification, see Webhooks Concept.
Endpoints
| 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 |
Supported Events
| 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 |
Filters
Filter webhooks to only receive specific events by template or render type:Subscription Status
| Status | Description |
|---|---|
active | Receiving webhooks |
paused | Temporarily disabled |
failed | Disabled after repeated delivery failures |
Delivery Information
ThelastDelivery field on a subscription shows the most recent delivery attempt, including status, timestamp, responseCode, and retry information for failures.Authorizations
API key obtained from the Pictify dashboard
Query Parameters
Available options:
active, paused, failed