Skip to content

Read a client note

GET
/v1/workspaces/{workspaceId}/sharees/{shareeId}/context/{name}
curl --request GET \
--url https://shareout.site/v1/workspaces/example/sharees/example/context/example \
--header 'Authorization: Bearer <token>'
workspaceId
required
string

Workspace ID or slug.

shareeId
required
string
name
required
string

Markdown note

Media type text/markdown
string

Resource not found

Media type application/json
object
success
required
boolean
error
required

Human-readable message.

string
code
required

Machine-readable error code.

string
Example
{
"success": false
}