Skip to main content
GET
/
v1
/
organizations
/
{organization_id}
/
settings
Get Organization Settings
curl --request GET \
  --url https://api.example.com/v1/organizations/{organization_id}/settings \
  --header 'X-API-KEY: <api-key>'
{
  "disable_onboarding": true,
  "enable_eu_registration": true,
  "product_category_version": "<string>",
  "oss_scheme": "UNION",
  "enable_new_auto_filing_experience": true,
  "prefer_collected_tax_amounts": true,
  "special_tax_circumstances": true,
  "disable_ai_classification": true,
  "enable_business_address_fallback": true
}

Authorizations

X-API-KEY
string
header
required

Headers

Response

Successful Response

disable_onboarding
boolean
required
enable_eu_registration
boolean | null
required
product_category_version
string
required
oss_scheme
enum<string> | null
required

Type of OSS registration.

Available options:
UNION,
NON_UNION
enable_new_auto_filing_experience
boolean
required
prefer_collected_tax_amounts
boolean
required
special_tax_circumstances
boolean
required
disable_ai_classification
boolean | null
enable_business_address_fallback
boolean | null