Skip to main content
GET
/
published
/
{publishedId}
/
document
Retrieve a published document
curl --request GET \
  --url https://app.myhero.so/published/{publishedId}/document \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "projectId": "<string>",
    "documentStyling": {},
    "documentContent": "<unknown>",
    "documentData": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

publishedId
string
required
Minimum string length: 1

Query Parameters

exclContent
enum<string>
Available options:
true,
false

Response

200 response

data
object
required