# Collection Shares A [`CollectionShare`](#tag/Collection-Shares) is a [`Collection`](#tag/Collection) that has been made accessible to anyone with the `id` or `slug` of the [`Collection`](#tag/Collection). Searching allows you to find [`CollectionShare`](#tag/Collection-Shares) resources in your Dash matching specific criteria. A list of sorts can also be provided to control the order in the which the results are returned. ## Create a collection share - [POST /collection-shares](https://api-docs.dash.app/dash/openapi/collection-shares/postcollectionshare.md): Create a new CollectionShare, making a Collection available to anyone who has one of the CollectionShare.slugs. ## Get a collection share - [GET /collection-shares/{id}](https://api-docs.dash.app/dash/openapi/collection-shares/getcollectionshare.md): Get a CollectionShare This endpoint is unauthenticated. Do not send a Bearer Token in the Authorization Header ## Update a collection share - [PATCH /collection-shares/{id}](https://api-docs.dash.app/dash/openapi/collection-shares/patchcollectionshare.md): Patch a CollectionShare ## Delete a collection share - [DELETE /collection-shares/{id}](https://api-docs.dash.app/dash/openapi/collection-shares/deletecollectionshare.md): Delete a CollectionShare ## Search for collection shares - [POST /collection-share-searches](https://api-docs.dash.app/dash/openapi/collection-shares/postcollectionsharesearch.md): Create a new CollectionShareSearch ## Search for publicly available collection shares - [POST /publicly-available-collection-share-searches](https://api-docs.dash.app/dash/openapi/collection-shares/postpubliclyavailablecollectionsharesearch.md): Create a new CollectionShareSearch This endpoint is unauthenticated. Do not send a Bearer Token in the Authorization Header