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>"
    ]
  }
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

termId
string
required
Minimum string length: 1

Response

200 response

data
object
required