Skip to main content
PUT
/
v1
/
branding
Update tenant branding
curl --request PUT \
  --url https://pilotstatus.com.br/v1/branding \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "companyName": "Acme",
  "primaryColor": "#1fd286",
  "hidePilotStatusBranding": true
}
'
{
  "branding": {
    "companyName": "Acme",
    "primaryColor": "#1fd286",
    "hidePilotStatusBranding": true
  }
}

Authorizations

x-api-key
string
header
required

Your ps_ API key

Body

application/json
companyName
string

Header title (replaces "Pilot Status").

Example:

"Acme"

primaryColor
string

Primary color (buttons/accents).

Example:

"#1fd286"

hidePilotStatusBranding
boolean

White-label: hides the "Pilot Status" footer.

Example:

"true"

Response

Set branding