Skip to main content
GET
/
published
/
{projectId}
/
dashboard-info
Retrieve published dashboard info
curl --request GET \
  --url https://app.myhero.so/published/{projectId}/dashboard-info \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "publishers": [
      {}
    ],
    "publishedDocuments": [
      {}
    ],
    "projectBranding": {
      "company": {
        "name": "<string>",
        "logo": "<string>",
        "url": "<string>"
      },
      "callToAction": {
        "icon": {
          "name": "<string>",
          "color": "<string>"
        },
        "text": "<string>",
        "url": "<string>"
      }
    },
    "publishedDomains": [
      {
        "slug": "<string>",
        "domain": "<string>",
        "homepage": "<string>",
        "password": "<string>",
        "disabled": true
      }
    ]
  }
}

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 list of published documents, their publishers’ profiles, project branding, and configured published domains for projectId. Requires the caller to be the project owner or have workspace edit permission.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

projectId
string
required
Minimum string length: 1

Response

200 response

data
object
required