# Help Center

Everything about your Help Center

 - [GET /help_center/collections](https://developers.intercom.com/docs/references/2.11/rest-api/api.intercom.io/help-center/listallcollections.md): You can fetch a list of all collections by making a GET request to `https://api.intercom.io/help_center/collections`. Collections will be returned in descending order on the `updated_at` attribute. Th
 - [POST /help_center/collections](https://developers.intercom.com/docs/references/2.11/rest-api/api.intercom.io/help-center/createcollection.md): You can create a new collection by making a POST request to `https://api.intercom.io/help_center/collections.`
 - [GET /help_center/collections/{collection_id}](https://developers.intercom.com/docs/references/2.11/rest-api/api.intercom.io/help-center/retrievecollection.md): You can fetch the details of a single collection by making a GET request to `https://api.intercom.io/help_center/collections/<id>`.
 - [PUT /help_center/collections/{collection_id}](https://developers.intercom.com/docs/references/2.11/rest-api/api.intercom.io/help-center/updatecollection.md): You can update the details of a single collection by making a PUT request to `https://api.intercom.io/collections/<id>`.
 - [DELETE /help_center/collections/{collection_id}](https://developers.intercom.com/docs/references/2.11/rest-api/api.intercom.io/help-center/deletecollection.md): You can delete a single collection by making a DELETE request to `https://api.intercom.io/collections/<id>`.
 - [GET /help_center/help_centers/{help_center_id}](https://developers.intercom.com/docs/references/2.11/rest-api/api.intercom.io/help-center/retrievehelpcenter.md): You can fetch the details of a single Help Center by making a GET request to `https://api.intercom.io/help_center/help_center/<id>`.
 - [GET /help_center/help_centers](https://developers.intercom.com/docs/references/2.11/rest-api/api.intercom.io/help-center/listhelpcenters.md): You can list all Help Centers by making a GET request to `https://api.intercom.io/help_center/help_centers`.
 - [Collection](https://developers.intercom.com/docs/references/2.11/rest-api/api.intercom.io/help-center/collection.md): Schema: #/components/schemas/collection
 - [Help Center](https://developers.intercom.com/docs/references/2.11/rest-api/api.intercom.io/help-center/help_center.md): Schema: #/components/schemas/help_center
 - [Help Centers](https://developers.intercom.com/docs/references/2.11/rest-api/api.intercom.io/help-center/help_center_list.md): Schema: #/components/schemas/help_center_list
