---
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

---

[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/ad4351c79853/schema)
