# Content Snippets Everything about your Content Snippets ## List all content snippets - [GET /content_snippets](https://developers.intercom.com/docs/references/unstable/rest-api/api.intercom.io/content-snippets/listcontentsnippets.md): You can fetch a list of all content snippets for a workspace. ## Create a content snippet - [POST /content_snippets](https://developers.intercom.com/docs/references/unstable/rest-api/api.intercom.io/content-snippets/createcontentsnippet.md): You can create a new content snippet. ## Retrieve a content snippet - [GET /content_snippets/{id}](https://developers.intercom.com/docs/references/unstable/rest-api/api.intercom.io/content-snippets/getcontentsnippet.md): You can fetch a single content snippet by its id. ## Update a content snippet - [PUT /content_snippets/{id}](https://developers.intercom.com/docs/references/unstable/rest-api/api.intercom.io/content-snippets/updatecontentsnippet.md): You can update an existing content snippet.