Skip to main content
GET
/
clause-reference
/
{referenceId}
Retrieve a clause reference
curl --request GET \
  --url https://app.myhero.so/clause-reference/{referenceId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "_id": "<string>",
    "blockId": "<string>",
    "documentId": "<string>",
    "workspaceId": "<string>",
    "hierarchy": "<string>",
    "createdAt": 123,
    "updatedAt": 123,
    "originId": "<string>",
    "isDeleted": false
  }
}

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 ClauseReference record identified by referenceId. Requires read access to the document referenced by the record.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

referenceId
string
required
Minimum string length: 1

Response

200 response

data
object
required