---
title: "POST /organization/settings"
method: POST
path: "/organization/settings"
tags: ["Organization Settings"]
---

# POST /organization/settings

`POST /organization/settings`

## Request body

- ApiGetRequestBasedOrgTagsInput
  - `organization_id` string, nullable

## Response `200`

Organization settings retrieved successfully

- ApiOrganizationSettingsResponse
  - `settings` ApiOrganizationSettings, required
    - `fee_distribution_key` string, required — Fee distribution key for the organization
    - `organization_id` string, required — Organization ID
    - `tags` string[], required — Tags for the organization

## Other responses

- `404` — Organization not found
- `500` — Internal server error

---

[API](https://skmtc.net/breeze-baby/apis/breeze-api.md) · [All operations](https://skmtc.net/breeze-baby/apis/breeze-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/breeze-baby/breeze-api/versions/d0a18846aa92/schema)
