> For the complete documentation index, see [llms.txt](https://developers.tiqets.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.tiqets.dev/basics/openapi/new-product-change-notifications-api.md).

# \[New] Product Change Notifications API

{% hint style="warning" %}
This section describes Tiqets ***new*** Product Change Notifications endpoints, launched in December 2025.&#x20;

We keep supporting the Deprecated PCN system for now, and if you still use it and need help you can find its description there: [\[Deprecated\] PCN  API](/basics/openapi/deprecated-pcn-api.md)
{% endhint %}

You will find in this folder the technical descriptions of the subscription endpoints.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>Create or edit a subscription</td><td><a href="/pages/D1g8v0g9RNPYzaxF10tS">/pages/D1g8v0g9RNPYzaxF10tS</a></td><td></td></tr><tr><td>Retrieve all subscriptions</td><td><a href="/pages/iTgFrUM02DabXDiBIQBG">/pages/iTgFrUM02DabXDiBIQBG</a></td><td></td></tr><tr><td>Retrieve subscription details</td><td><a href="/pages/ZLoDhtPu7tgkB3law5bO">/pages/ZLoDhtPu7tgkB3law5bO</a></td><td></td></tr><tr><td>Delete a subscription</td><td><a href="/pages/eQ59oxz81n61KDiD2loE">/pages/eQ59oxz81n61KDiD2loE</a></td><td></td></tr></tbody></table>

The technical description of the Webhooks is in the Webhooks folder: [\[new\] Product Change Notifications](/basics/openapi/webhooks/new-product-change-notifications.md).<br>

And you can read our full guideline on how to use the PCN in the Product Integration Guides folder: [Stay up-to-date proactively with Product Change Notifications](/integration-guides/webhooks/stay-up-to-date-proactively-with-product-change-notifications.md).<br>

{% hint style="info" %}
In order to use the Product change API, please make sure to refer to our guide on how to Sign your API requests to our standard. [JWT Signing for Secure API Requests](/integration-guides/jwt-signing-for-secure-api-requests.md)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developers.tiqets.dev/basics/openapi/new-product-change-notifications-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
