Skip to main content
GET
/
published
/
{projectId}
/
domains
List published domains
curl --request GET \
  --url https://app.myhero.so/published/{projectId}/domains \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "_id": "<string>",
    "published": [
      {
        "slug": "<string>",
        "domain": "<string>",
        "homepage": "<string>",
        "password": "<string>",
        "disabled": true
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

projectId
string
required
Minimum string length: 1

Response

200 response

data
object
required