Get the body of a note, if the user owns the note or if the note is shared with the user
Request
GEThttps://api.jot.bforborum.com/api/v1/note
Required HTTP Request Headers
Header | Format |
---|---|
Authorization | Basic USER_API_KEY |
Query String
{ "id": "NOTE_ID" }
Request Body
{}
Response
Response Body
{ "statusCode": 200, "data": { "id": "NOTE_ID", "body": "DECRYPTED_NOTE_BODY" } }