# Collections

This contains APIs specific to Collections

## Retrieve a list of collections

 - [POST /v1/org/units/list](https://apidocs.harness.io/collections/collections_listcollections.md): This API endpoint allows you to retrieve a list of collections. The endpoint is paginated.

## Create a new collection

 - [POST /v1/org/units](https://apidocs.harness.io/collections/collections_createcollection.md): This API endpoint allows you to create a new collection.

## Edit an existing collection

 - [PUT /v1/org/units](https://apidocs.harness.io/collections/collections_editcollection.md): This API endpoint allows you to edit an existing collection.

## Delete an existing collection

 - [DELETE /v1/org/units](https://apidocs.harness.io/collections/collections_deletecollection.md): This API endpoint allows you to delete an existing collection.

