Skip to main content
GET
/
document-settings
/
{documentId}
Retrieve document settings
curl --request GET \
  --url https://app.myhero.so/document-settings/{documentId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "_id": "<string>",
    "workspaceId": "<string>",
    "listTemplateId": "<string>",
    "importedTermsFileId": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Returns the settings record for the document identified by documentId, including listTemplateId and importedTermsFileId. Requires read access to the document.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

documentId
string
required
Minimum string length: 1

Response

200 response

data
object
required