---
title: "Notes"
description: "Notes endpoints in the OnePageCRM REST API."
canonical_url: https://developer.onepagecrm.com/api/reference/notes/
source: Markdown mirror of https://developer.onepagecrm.com/api/reference/notes/
---

Free-form information logged against a contact — meeting notes, context, or anything else relevant. Notes support file attachments.

## Endpoints

- **GET** `/notes` — [Get a list of notes](https://developer.onepagecrm.com/api/reference/notes/get-notes/) ([md](https://developer.onepagecrm.com/api/reference/notes/get-notes.md))
- **POST** `/notes` — [Create a note](https://developer.onepagecrm.com/api/reference/notes/post-notes/) ([md](https://developer.onepagecrm.com/api/reference/notes/post-notes.md))
- **GET** `/notes/{note_id}` — [Get a specific note](https://developer.onepagecrm.com/api/reference/notes/get-notes-note_id/) ([md](https://developer.onepagecrm.com/api/reference/notes/get-notes-note_id.md))
- **PUT** `/notes/{note_id}` — [Update a specific note](https://developer.onepagecrm.com/api/reference/notes/put-notes-note_id/) ([md](https://developer.onepagecrm.com/api/reference/notes/put-notes-note_id.md))
- **DELETE** `/notes/{note_id}` — [Delete a specific note](https://developer.onepagecrm.com/api/reference/notes/delete-notes-note_id/) ([md](https://developer.onepagecrm.com/api/reference/notes/delete-notes-note_id.md))
- **POST** `/notes/{note_id}/attachments` — [Create attachment and assign it to an existing note](https://developer.onepagecrm.com/api/reference/notes/post-notes-note_id-attachments/) ([md](https://developer.onepagecrm.com/api/reference/notes/post-notes-note_id-attachments.md))
