---
title: "Update Organization"
method: PUT
path: "/v1/orgs"
tags: ["Organization"]
---

# Update Organization

`PUT /v1/orgs`

The **Update Organization** endpoint allows you to modify your organization's details, such as the `name`, `logo_url`, and `webhook_url`. This endpoint is useful for keeping your organization's information current and ensuring that your settings align with any changes in your operations or branding.

## Request body

- OrgsUpdateOrgRequest
  - `logo_url` string, required — The URL of the organization's logo.
  - `name` string, required — The updated name of the organization.
  - `webhook_url` string, required — The updated webhook URL for the organization.

## Response `200`

OK

- ModelsOrg
  - `id` string — The unique identifier for BoomFi
  - `name` string — The name of the BoomFi service
  - `owner_user_id` string — The user ID of the owner
  - `webhook_url` string, uri — The URL for webhook notifications
  - `logo_url` string, uri — The URL for the logo of BoomFi
  - `offramp_fee_pct` number — The offramp fee percentage
  - `payment_fee_pct` number — The payment fee percentage
  - `swap_fee_pct` number — The swap fee percentage
  - `credits_usd` number — The credits in USD
  - `created_at` string, date-time — The timestamp when BoomFi was created
  - `updated_at` string, date-time — The timestamp when BoomFi was last updated
  - `properties` object
    - `ramp` object
      - `enabled` boolean — Indicates if Ramp is enabled
    - `spreedly` object
      - `merchant_profile_id` string — The merchant profile ID for Spreedly
      - `sca_authentication_enabled` boolean — Indicates if SCA authentication is enabled
      - `sca_provider_id` string — The SCA provider ID for Spreedly
      - `sub_merchant_data` string — Sub-merchant data for Spreedly
      - `sub_merchant_id` string — The sub-merchant ID for Spreedly

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/boomfi/apis/boomfi-merchants-api.md) · [All operations](https://skmtc.net/boomfi/apis/boomfi-merchants-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boomfi/boomfi-merchants-api/revisions/ace3c3df05fe/schema)
