---
title: "Get org settings"
method: GET
path: "/orgs/current/settings"
tags: ["Organizations"]
---

# Get org settings

`GET /orgs/current/settings`

Returns the current organization's settings, including region preference and billing email opt-out.

## Response `200`

Org settings

- object
  - `data` object, required
    - `billingEmailsEnabled` boolean, required — Whether billing notification emails are enabled for this org
    - `defaultRegion` 'auto' | 'us-east-1' | 'eu-central-1', required — Preferred execution region, or 'auto' for platform default
    - `regionPinned` boolean, required — When true, jobs MUST run in defaultRegion (residency); no cross-region failover

## Other responses

- `401` — Unauthorized

## Changes

> 7 revisions in range; 5 could not be searched.

- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `getOrgSettings` was added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/orgs/current/settings/get.md)

---

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