Reactivate PCN subscription
Start to use again a subscription that was stopped after failing.
If your endpoint that receives our webhooks keeps not responding with 200, we will move the concerned subscription to degraded and then failed, and stop sending PCN.
After you fixed your URL, you can reactivate your subscriptions. If you need to change the endpoint URL, you can also do so with this endpoint.
Reactivate endpoint:
Unique ID of your subscription.
Token <Your_API_Key>.
Token <Partner_API_key>.Optional payload used when reactivating an existing subscription.
Optional HTTP/HTTPS endpoint override. When omitted, the subscription is attempted to reactivate using the existing callback URL.
https://example-partner.com/webhooks/product-changeSubscription successfully reactivated.
{"subscription_id":"2b4e1f08-c4ef-4a4f-992e-1f7120332c6b","status":"active","subscription_type":"product_ids","entity_ids":[974081],"change_types":["product_details_update"],"callback_url":"https://example-partner.com/webhooks/product-change"}Unauthorized -- Your API key is incorrect.
Forbidden -- The endpoint or parameters are not allowed for the matching API key.
Not Found -- Requested resource/endpoint could not be found.
Last updated
Was this helpful?

