Skip to main content
POST
/
document
/
get-interconnection
List interconnected document IDs
curl --request POST \
  --url https://app.myhero.so/document/get-interconnection \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "documentIds": [
    "<string>"
  ]
}
'
{
  "data": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

HERO personal access token

Body

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

Response

200 response

data
string[]
required