Skip to main content
GET
/
published
/
portal
/
branding
Retrieve branding for the current portal
curl --request GET \
  --url https://app.myhero.so/published/portal/branding \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "company": {
      "name": "<string>",
      "logo": "<string>",
      "url": "<string>"
    },
    "callToAction": {
      "icon": {
        "name": "<string>",
        "color": "<string>"
      },
      "text": "<string>",
      "url": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

HERO personal access token

Response

200 response

data
object
required