Skip to main content
GET
/
tooltip
/
clause-reference
/
{clauseReferenceId}
Retrieve clause tooltip
curl --request GET \
  --url https://app.myhero.so/tooltip/clause-reference/{clauseReferenceId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "title": "<string>",
    "content": [
      "<unknown>"
    ],
    "blockId": "<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 tooltip content for a clause reference, including the referenced block’s title, ProseMirror content nodes, and blockId. When includeParentSection is set, the response may include the parent section’s heading as the title. Requires read access to the source document.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

clauseReferenceId
string
required
Minimum string length: 1

Query Parameters

includeParentSection
string

Response

200 response

data
object
required