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

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

publishedId
string
required
Minimum string length: 1

Response

200 response

data
object
required