# Create a note for a specific account. **POST /accounts/{account_id}/notes** A note to be added to the account. ## Servers - Public Sandbox: https://sandbox-api.canopyservicing.com (Public Sandbox) - Protected UAT Sandbox: https://uat-api.canopyservicing.com (Protected UAT Sandbox) - Production: https://api.canopyservicing.com (Production) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **account_id** (string) Account ID ### Body: application/json (object) Add a Note to an account - **message** (string) The contents of the note. ## Responses ### 200 New Note Created #### Body: application/json (object) - **note_id** (string) A Canopy-generated ID for the note. - **account_id** (string) A Canopy-generated ID for the account. - **author** (object) The API User who authored the note - **message** (string) The contents of the note. - **created_date** (string(date-time)) The date and time the note was created. ### 401 Unauthorized. ### 403 Forbidden. ### 422 Invalid input ### 429 Too many requests. ### default Unexpected Error. [Powered by Bump.sh](https://bump.sh)