---
title: "Get Public Config"
method: GET
path: "/api/v1/tenants/{slug}/public-config"
tags: ["tenant-config"]
---

# Get Public Config

`GET /api/v1/tenants/{slug}/public-config`

Return public feature configuration for a tenant.

Returns 404 for non-existent or inactive tenants (combined to avoid
leaking tenant existence information).

## Path parameters

- `slug` string, required

## Response `200`

Successful Response

- TenantPublicConfig
  - `features` object, required
  - `branding` object, nullable
  - `google_client_id` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.net/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/revisions/fd3a41a6260b/schema)
