Get tenant branding

GET/api/platform-settings/branding

Responses

200Tenant branding configuration.ObjectResponse
{}
401Unauthorized.Error
403Forbidden.Error
curl https://your-url.com/kong/core/api/gateway/api/platform-settings/branding\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"