Skip to main content
GET
/
published
/
portal
/
project
Retrieve published project data for the current portal
curl --request GET \
  --url https://app.myhero.so/published/portal/project \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "projectId": "<string>",
    "projectData": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

HERO personal access token

Response

200 response

data
object
required