Skip to main content
GET
/
published
/
{tooltipId}
/
tooltip
Retrieve a published tooltip
curl --request GET \
  --url https://app.myhero.so/published/{tooltipId}/tooltip \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "title": "<string>",
    "content": [
      "<unknown>"
    ]
  }
}

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 title and ProseMirror content for a term-definition or clause-reference block identified by tooltipId. Pass includeParentSection to include the surrounding section for clause references. Returns null when the block type is unrecognized.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

tooltipId
string
required
Minimum string length: 1

Query Parameters

includeParentSection
string

Response

200 response

data
object
required