---
title: "Get Auth Settings"
method: GET
path: "/developer/auth-settings"
tags: ["Developer", "Developer - Settings"]
---

# Get Auth Settings

`GET /developer/auth-settings`

Get the auth settings for the current customer.

This endpoint is restricted to developer users only.
Returns settings for authentication methods.

## Response `200`

Successful Response

- AuthSettingsResponse — Auth settings response model
  - `password_login_enabled` boolean, required — Whether password-based staff login is enabled
  - `require_social_login` boolean, required — Whether users who have signed in with social (Google/Microsoft) are required to continue using social login

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
