# Notes Everything about your Notes ## List all company notes - [GET /companies/{company_id}/notes](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/companies/listcompanynotes.md): You can fetch a list of notes that are associated to a company. ## Create a company note - [POST /companies/{company_id}/notes](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/companies/createcompanynote.md): You can add a note to a single company. ## List all contact notes - [GET /contacts/{id}/notes](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/contacts/listnotes.md): You can fetch a list of notes that are associated to a contact. ## Create a note - [POST /contacts/{id}/notes](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/contacts/createnote.md): You can add a note to a single contact. ## List all company notes - [GET /companies/{company_id}/notes](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/notes/listcompanynotes.md): You can fetch a list of notes that are associated to a company. ## Create a company note - [POST /companies/{company_id}/notes](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/notes/createcompanynote.md): You can add a note to a single company. ## List all contact notes - [GET /contacts/{id}/notes](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/notes/listnotes.md): You can fetch a list of notes that are associated to a contact. ## Create a note - [POST /contacts/{id}/notes](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/notes/createnote.md): You can add a note to a single contact. ## Retrieve a note - [GET /notes/{id}](https://developers.intercom.com/docs/references/preview/rest-api/api.intercom.io/notes/retrievenote.md): You can fetch the details of a single note.