1. Docs
  2. API Reference
  3. EnvironmentBrandingResponseDto

EnvironmentBrandingResponseDto

Example

JSON
{
  "environment_slug": "string",
  "branding": {
    "product_name": "string",
    "logo_url": "string",
    "primary_color": "string",
    "support_url": "string"
  },
  "effective": {
    "product_name": "string",
    "logo_url": "string",
    "primary_color": "string",
    "support_url": "string",
    "attribution": false
  },
  "brand_removal_available": false
}

Properties

4 properties 4 required

environment_slug string Required
branding StoredBrandingDto Required
effective EffectiveBrandingDto Required
brand_removal_available boolean Required

Whether the Account's plan removes the attribution line. When false, the line stays whatever the customer sets.

Was this page helpful?

Tell us how we can improve this guide.