Skip to main content
GET
/
project
/
initial-data
/
{projectId}
Retrieve project initial data
curl --request GET \
  --url https://app.myhero.so/project/initial-data/{projectId} \
  --header 'Authorization: Bearer <token>'
{
  "data": "<unknown>"
}

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 full aggregated payload needed to initialize the project view, including documents, tables, rows, columns, cells, and blocks for projectId.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

projectId
string
required
Minimum string length: 1

Response

200 response

data
any