curl --request GET \
--url https://api.pictify.io/webhook-subscriptions/{uid} \
--header 'Authorization: Bearer <token>'{
"subscription": {
"uid": "<string>",
"event": "render.completed",
"targetUrl": "<string>",
"platform": "zapier",
"status": "active",
"filters": {
"templateId": "<string>",
"bindingId": "<string>"
},
"deliveryCount": 123,
"failureCount": 123,
"lastDeliveryAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z"
}
}curl --request GET \
--url https://api.pictify.io/webhook-subscriptions/{uid} \
--header 'Authorization: Bearer <token>'{
"subscription": {
"uid": "<string>",
"event": "render.completed",
"targetUrl": "<string>",
"platform": "zapier",
"status": "active",
"filters": {
"templateId": "<string>",
"bindingId": "<string>"
},
"deliveryCount": 123,
"failureCount": 123,
"lastDeliveryAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z"
}
}