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

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Resolves the portal slug from the request and returns the homepageId of its first published domain. 404 when the portal has no homepage configured.

Authorizations

Authorization
string
header
required

HERO personal access token

Response

200 response

data
object
required