---
title: "Get tenant auth-abuse config"
method: GET
path: "/tenants/{id}/auth-abuse-config"
tags: ["Tenant Config"]
---

# Get tenant auth-abuse config

`GET /tenants/{id}/auth-abuse-config`

Requires an owner/admin browser session with recent MFA. Tenant API keys and agent tokens cannot mutate tenant security configuration.

## Response `200`

JSON response

- object
  - `ok` true, required
  - `data` object, required
    - `authAbuseConfig` object, required

## Other responses

- `400` — JSON response
- `401` — JSON response
- `403` — JSON response
- `404` — JSON response
- `409` — JSON response

## Changes

- **2026-08-17** `261a7c8070b2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/steward-fi/apis/steward-api/changes/tenants/:id/auth-abuse-config/get.md)

---

[API](https://skmtc.dev/steward-fi/apis/steward-api.md) · [All operations](https://skmtc.dev/steward-fi/apis/steward-api/llms.txt) · [OpenAPI document](https://skmtc.dev/steward-fi/apis/steward-api/revisions/b88b4b97a664?raw)
