Get a single note by ID.
cURL
curl --request GET \ --url https://api.openwhispr.com/api/v1/notes/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "user_id": "<string>", "client_note_id": "<string>", "title": "<string>", "content": "<string>", "enhanced_content": "<string>", "note_type": "personal", "folder_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
API key starting with owk_live_
Note ID.
The note.
Show child attributes