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

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