# Notes Everything about your Notes ## List all notes - [GET /contacts/{id}/notes](https://developers.intercom.com/docs/references/2.10/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/2.10/rest-api/api.intercom.io/contacts/createnote.md): You can add a note to a single contact. ## List all notes - [GET /contacts/{id}/notes](https://developers.intercom.com/docs/references/2.10/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/2.10/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/2.10/rest-api/api.intercom.io/notes/retrievenote.md): You can fetch the details of a single note.