---
title: "GET /app/{app_id}/enterprise-portal/settings"
method: GET
path: "/app/{app_id}/enterprise-portal/settings"
tags: ["enterprisePortal"]
---

# GET /app/{app_id}/enterprise-portal/settings

`GET /app/{app_id}/enterprise-portal/settings`

Get enterprise portal settings for a customer

## Path parameters

- `app_id` string, required

## Query parameters

- `FilterCustomerID` string

## Response `200`

- object
  - `settings` EnterprisePortalSettings
    - `allowedDomainsEnabled` boolean
    - `appId` string
    - `createdAt` string, date-time
    - `customerId` string
    - `teamId` string
    - `updatedAt` string, date-time

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
