---
title: "Get Organization"
method: GET
path: "/v1/orgs"
tags: ["Organization"]
---

# Get Organization

`GET /v1/orgs`

The **Get Organization** endpoint allows you to retrieve your organization's current settings and details. This includes key information such as the organization's `name`, `logo_url`, and `webhook_url`. Use this endpoint to verify that your organization's configuration in BoomFi is accurate and up to date.

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