Skip to main content
POST
/
clause-reference
/
get-references
Retrieve multiple clause references
curl --request POST \
  --url https://app.myhero.so/clause-reference/get-references \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": [
    "<string>"
  ]
}
'
{
  "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.

Bulk-fetches ClauseReference records for the IDs supplied in data. Verifies that the authenticated user has read access to every document referenced. Returns the matching records.

Authorizations

Authorization
string
header
required

HERO personal access token

Body

application/json
data
string[]
required
Minimum array length: 1
Minimum string length: 1

Response

200 response

data
object[]
required