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": {},
  "status": "active"
}
'

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