Note

Get a note by ID

GET
/api/v1/note/get/{noteId}
/api/v1/note/get/{noteId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

noteId
Required
string

The ID of the note to retrieve

curl -X GET "https://example.com/api/v1/note/get/string" \
  -H "Authorization: <token>"

OK