Skip to main content
GET
/
v1
/
branding
Read tenant branding
curl --request GET \
  --url https://pilotstatus.com.br/v1/branding \
  --header 'x-api-key: <api-key>'
{
  "branding": {
    "logoUrl": null,
    "primaryColor": "#1fd286",
    "backgroundColor": null,
    "companyName": "Acme",
    "subtitle": null,
    "supportUrl": null,
    "defaultRedirectUrl": null,
    "hidePilotStatusBranding": true
  }
}

Authorizations

x-api-key
string
header
required

Your ps_ API key

Response

Current branding