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

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