Reactivate PCN subscription
Start to use again a subscription that was stopped after failing.
post
/product-change-notification/{subscription_id}/reactivate
Path parameters
subscription_idstringRequired
Unique ID of your subscription.
Header parameters
AuthorizationstringRequiredDefault:
Token <Your_API_Key>.
Token <Partner_API_key>.Body
Optional payload used when reactivating an existing subscription.
callback_urlstring · uri · nullableOptionalExample:
Optional HTTP/HTTPS endpoint override. When omitted, the subscription is attempted to reactivate using the existing callback URL.
https://example-partner.com/webhooks/product-changeResponses
200
Subscription successfully reactivated.
application/json
401
Unauthorized -- Your API key is incorrect.
application/json
403
Forbidden -- The endpoint or parameters are not allowed for the matching API key.
application/json
404
Not Found -- Requested resource/endpoint could not be found.
application/json
post
/product-change-notification/{subscription_id}/reactivateLast updated
Was this helpful?

