Get the settings of an organization.
cURL
curl --request GET \ --url https://api.example.com/v1/organizations/{organization_id}/settings \ --header 'X-API-KEY: <api-key>' \ --header 'x-organization-id: <x-organization-id>'
{ "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, "enabled_jurisdictions": [ "<string>" ], "disable_ai_classification": true, "enable_business_address_fallback": true, "filing_lookback_periods": 1 }
Successful Response
Type of OSS registration.
UNION
NON_UNION