---
title: "Get Scope Tree"
method: GET
path: "/scope-tree"
tags: ["Business Configuration"]
---

# Get Scope Tree

`GET /scope-tree`

Returns the scope tree used by Commerce configuration flows.

## Headers

- `x-gw-ims-org-id` string, required

## Response `200`

The current scope tree, freshly fetched.

- object
  - `scopes` ScopeNode[], required
    - `id` string, required
    - `code` string, required
    - `label` string, required
    - `level` string, required
    - `is_editable` boolean, required
    - `is_final` boolean, required
    - `is_removable` boolean, required
    - `commerce_id` number
    - `children` ScopeNode[]

## Other responses

- `203` — The scope tree returned from cache or persisted storage.
- `401` — You are not authorized to access this resource. Ensure the IMS token and the x-gw-ims-org-id header are correctly set and valid.
- `403` — The access token is valid, but it is not allowed to access the requested organization or operation.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.dev/adobe/apis/app-management-api.md) · [All operations](https://skmtc.dev/adobe/apis/app-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adobe/app-management-api/revisions/4b39b5956be9/schema)
