Skip to main content
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

The secret is only returned when creating a subscription. Store it securely for signature verification.

Supported Events

Filters

Filter webhooks to only receive specific events by template or render type:

Subscription Status

Delivery Information

The lastDelivery field on a subscription shows the most recent delivery attempt, including status, timestamp, responseCode, and retry information for failures.

Authorizations

Authorization
string
header
required

API key obtained from the Pictify dashboard

Query Parameters

event
string
status
enum<string>
Available options:
active,
paused,
failed
page
integer
default:1
limit
integer
default:20

Response

200 - application/json

List of subscriptions

subscriptions
object[]
pagination
object