--- title: Use the Notification API slug: '30' canonical_url: https://docs.coveo.com/en/30/ collection: manage-an-organization source_format: adoc --- # Use the Notification API The Notification API exposes services which let you manage and test [subscriptions](https://docs.coveo.com/en/248/) in a [Coveo organization](https://docs.coveo.com/en/185/). > **Note** > > All REST API string fields are case-sensitive unless otherwise specified. > For example, [search queries aren't case-sensitive](https://docs.coveo.com/en/3074/). > > To keep behavior consistent across the [Coveo Platform](https://docs.coveo.com/en/186/), the same value passed to different REST APIs must always be passed using the same case. > For example, if the [unique product identifier](https://docs.coveo.com/en/n73f0502#define-a-unique-product-identifier), such as `ec_product_id`, is passed to the Commerce API in lowercase, then it should also be passed to the Usage Analytics Write API in lowercase. The articles in this section cover various Notification API use cases: * [Create a subscription](https://docs.coveo.com/en/36/) * [Test a subscription](https://docs.coveo.com/en/44/) * [Delete a subscription](https://docs.coveo.com/en/21/) Interactive generated reference documentation is also available through the [Swagger UI](https://platform.cloud.coveo.com/docs?urls.primaryName=Notification).