Skip to main content
GET
/
published
/
{projectId}
/
branding
Retrieve published project branding
curl --request GET \
  --url https://app.myhero.so/published/{projectId}/branding \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "company": {
      "name": "<string>",
      "logo": "<string>",
      "url": "<string>"
    },
    "callToAction": {
      "icon": {
        "name": "<string>",
        "color": "<string>"
      },
      "text": "<string>",
      "url": "<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.

Returns the company and callToAction branding for the project that owns the given projectId (or the slug-resolved portal when projectId is home). Returns null when no branding has been configured.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

projectId
string
required
Minimum string length: 1

Response

200 response

data
object
required