---
title: "List Tenant Settings"
method: GET
path: "/tenant/settings"
tags: ["Settings"]
---

# List Tenant Settings

`GET /tenant/settings`

Get a list of all tenant settings.

## Cookies

- `_me_sess` string, required

## Response `200`

Returns a list of all tenant settings.

- TenantSettings — Schema for tenant setting.
  - `script_type` string[]
  - `blockAbusiveIPs` boolean — Block known abusive IP addresses.
  - `blockTorExitNodes` boolean — Block traffic from Tor exit nodes.
  - `blockedIPs` string[] — List of manually blocked IP addresses.

## Other responses

- `401` — 401 Unauthorised.
- `500` — 500 Unexpected Internal Server Error.

## Changes

- **2026-07-17** `77bbbf562f15` — 1 info
  - endpoint added
- **2023-11-26** `b173cabb315f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/medama-io/apis/medama-analytics-api/changes/tenant/settings/get.md)

---

[API](https://skmtc.dev/medama-io/apis/medama-analytics-api.md) · [All operations](https://skmtc.dev/medama-io/apis/medama-analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/medama-io/medama-analytics-api/revisions/77bbbf562f15/schema)
