Get a note by id
Notes
Get a note
Retrieve a single note by its id. Requires the READ_NOTES scope.
GET
Get a note by id
Returns one note by id. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The note's id (Mongo ObjectId).
Response
The requested note.

