Skip to main content
GET
/
webhook-subscriptions
/
{uid}
Get webhook subscription
curl --request GET \
  --url https://api.pictify.io/webhook-subscriptions/{uid} \
  --header 'Authorization: Bearer <token>'
{
  "subscription": {
    "uid": "<string>",
    "targetUrl": "<string>",
    "filters": {
      "templateId": "<string>",
      "bindingId": "<string>"
    },
    "deliveryCount": 123,
    "failureCount": 123,
    "lastDeliveryAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pictify.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key obtained from the Pictify dashboard

Path Parameters

uid
string
required

Response

200 - application/json

Subscription details

subscription
object