# Notes These endpoints allow you to create and manage provider notes. ## Create a new provider note - [POST /providers/{providerId}/notes](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/notes/createnote.md): Creates a note associated with the specified provider. ## List provider notes - [GET /providers/{providerId}/notes](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/notes/listnotes.md): Returns all notes associated with the specified provider. This also returns any dismissal related to alerts on this provider. ## Get an existing provider note - [GET /providers/{providerId}/notes/{noteId}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/notes/getnote.md): Gets an existing note associated with the specified provider. ## Change an existing provider note - [PUT /providers/{providerId}/notes/{noteId}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/notes/editnote.md): Change an existing note associated with the specified provider. ## Delete an existing provider note - [DELETE /providers/{providerId}/notes/{noteId}](https://test-docs.discovery-staging.verifiable.com/references/development/deprecated/api/notes/deletenote.md): Deletes an existing note associated with the specified provider.