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
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

projectId
string
required
Minimum string length: 1

Response

200 response

data
object
required