Docs

Get Document

GET /documents/{documentId}

GET/documents/{documentId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder.

Returns a single dynamic document including its TipTap JSON content.

Path Parameters

FieldTypeRequiredDescription
documentIdGuidOptionalThe ID of the document to retrieve.

Response

FieldTypeDescription
idGuidDocument ID.
namestringDocument name.
descriptionstringOptional description.
contentstringTipTap JSON document content.