--- title: Use the Platform API slug: '124' canonical_url: https://docs.coveo.com/en/124/ collection: manage-an-organization source_format: adoc --- # Use the Platform API The Platform API exposes services which let you create and manage a [Coveo organization](https://docs.coveo.com/en/185/), and retrieve its corresponding limits, license, and login activity information. In the [Coveo Administration Console](https://docs.coveo.com/en/183/), the [**Settings**](https://platform.cloud.coveo.com/admin/#/orgid/settings/license) ([platform-ca](https://platform-ca.cloud.coveo.com/admin/#/orgid/settings/license) | [platform-eu](https://platform-eu.cloud.coveo.com/admin/#/orgid/settings/license) | [platform-au](https://platform-au.cloud.coveo.com/admin/#/orgid/settings/license)) page [uses the Platform API](https://docs.coveo.com/en/1562/) extensively. > **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 Platform API use cases: * [Retrieve the organization ID with the API](https://docs.coveo.com/en/148/) * [Get the organization license information](https://docs.coveo.com/en/77/) * [Get the organization limit status](https://docs.coveo.com/en/165/) * [Delete an organization](https://docs.coveo.com/en/22/) Interactive generated reference documentation is also available through the [Swagger UI](https://platform.cloud.coveo.com/docs?urls.primaryName=Platform).