Skip to main content
GET
/
tooltip
/
term
/
{termId}
Retrieve term tooltip
curl --request GET \
  --url https://app.myhero.so/tooltip/term/{termId} \
  --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 tooltip content for a term definition identified by termId, including a title and ProseMirror content array. Requires read access to the document that owns the term.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

termId
string
required
Minimum string length: 1

Response

200 response

data
object
required