---
title: "Get Org Configurations"
method: GET
path: "/organization/configs"
---

# Get Org Configurations

`GET /organization/configs`

Returns the organization configuration details in key and value pairs.

## Query parameters

- `format` 'xml' | 'json'

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `organization` object
      - `configs` object
        - `config` object[]
          - `key` string
          - `scopes` string
          - `value_type` string
          - `modules` string
          - `entity_id` string
          - `value` string

## Other responses

- `400` — 400

---

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