v1

latestOpenAPI 3.1.12026-07-2452287575.4 KB
Settings

Retrieve Workspace Settings

Retrieves some top-level settings for your Routable Workspace.

get/v1/settings/workspace

Response

OK

object'Workspace'

The object's type (Workspace).

idstring uuid

Your Routable Workspace ID. Use this value as company_id when implementing Routable webhooks.

accounting_software'netsuite' | 'qbo' | 'sage_intacct' | 'xero' nullable

Identifies the accounting software that is integrated with your Routable Workspace.

company_namestring

The name of the company or entity associated with your Routable Workspace.

namestring

The name of your Routable Workspace.

Example response

{
  "company_name": "Routable, Inc.",
  "name": "routable"
}