# Notes

Everything about your Notes

 - [GET /contacts/{id}/notes](https://developers.intercom.com/docs/references/2.12/rest-api/api.intercom.io/notes/listnotes.md): You can fetch a list of notes that are associated to a contact.
 - [POST /contacts/{id}/notes](https://developers.intercom.com/docs/references/2.12/rest-api/api.intercom.io/notes/createnote.md): You can add a note to a single contact.
 - [GET /notes/{id}](https://developers.intercom.com/docs/references/2.12/rest-api/api.intercom.io/notes/retrievenote.md): You can fetch the details of a single note.
 - [Note](https://developers.intercom.com/docs/references/2.12/rest-api/api.intercom.io/notes/note.md): Schema: #/components/schemas/note
