---
title: "Retrieve Workspace Settings"
method: GET
path: "/v1/settings/workspace"
tags: ["Settings"]
---

# Retrieve Workspace Settings

`GET /v1/settings/workspace`

Retrieves some top-level settings for your Routable `Workspace`.

## Response `200`

OK

- SettingsWorkspace — Describes settings related to your Routable Workspace.
  - `object` 'Workspace' — The object's type (`Workspace`).
  - `id` string, uuid — Your Routable Workspace ID. Use this value as `company_id` when implementing Routable [webhooks](https://developers.routable.com/docs/webhooks).
  - `accounting_software` 'netsuite' | 'qbo' | 'sage_intacct' | 'xero', nullable — Identifies the accounting software that is integrated with your Routable Workspace.
  - `company_name` string — The name of the company or entity associated with your Routable Workspace.
  - `name` string — The name of your Routable Workspace.
  - `links` object — Related links.
    - `self` string, uri — A link to get this object again.
    - `accounts` string, uri — A link to get this Workspace's Accounts.
    - `team-members` string, uri — A link to get this Workspace's TeamMembers.

---

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