Read app content on main draft
This API is currently in development and may change.
Read the app content on the document’s main (non-branch) draft. If a document doesn’t have a main draft, the API will return a 404.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
Document identifier — either the URL slug (e.g. abc123) or the canonical workbook UUID.
"abc123"
Query Parameters
Set true or 1 to pretty-print (2-space indent) the response; false / 0 (the default) is compact. Key ordering is deterministic regardless.
0, 1, true, false Response
The main draft's app content.
The published app's HTML and sandbox settings.

