Get a document

Returns a single document

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
ID of space to return
documentIdstringRequired
ID of document to return

Headers

X-Disable-Hooks"true"Required

Response

This endpoint returns an object.
dataobject

A document (markdown components) belong to a space

Errors