Skip to main content
PUT
/
webhook-subscriptions
/
{uid}
Update webhook subscription
curl --request PUT \
  --url https://api.pictify.io/webhook-subscriptions/{uid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "targetUrl": "<string>",
  "filters": {}
}
'

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

Body

application/json
targetUrl
string<uri>
filters
object
status
enum<string>
Available options:
active,
paused

Response

200

Subscription updated