Skip to main content
GET
/
published
/
{publishedId}
/
project
Retrieve published project data
curl --request GET \
  --url https://app.myhero.so/published/{publishedId}/project \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "projectId": "<string>",
    "projectData": "<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 project-level aggregate data (projectData) for the portal that owns the given publishedId. Requires the domain to be active and, if password-protected, a valid user-published-token header.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

publishedId
string
required
Minimum string length: 1

Response

200 response

data
object
required