Skip to main content
GET
/
published
/
home
Retrieve published homepage ID
curl --request GET \
  --url https://app.myhero.so/published/home \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "homepageId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

HERO personal access token

Response

200 response

data
object
required