Gets the people that have access to the note with the given id
Request
GEThttps://api.jot.bforborum.com/api/v1/note/share
Required HTTP Request Headers
Header | Format |
---|---|
Authorization | Basic USER_API_KEY |
Query String
{ "id": "NOTE_ID" }
Request Body
{}
Response
Response Body
{ "statusCode": 200, "data": [ { "note_id": "NOTE_ID", "user_id": "SHAREE_USER_ID", "email": "SHAREE_EMAIL" } ] }