---
title: "Get nexus for org"
method: GET
path: "/v1/nexus"
tags: ["Nexus"]
---

# Get nexus for org

`GET /v1/nexus`

Get a list of all nexuses for the organization.

## Query parameters

- `without_pagination` boolean — Return all results without pagination
- `disregard_view` string, nullable — Filter nexuses by disregard view: 'exposed' or 'disregarded'
- `search_query` string, nullable — Search nexuses by state code or state name
- `status__in` string, nullable
- `state_code` string, nullable
- `state_code__in` string, nullable
- `country_code__in` string, nullable
- `tax_type__in` string, nullable
- `order_by` string, nullable
- `collected_tax_nexus_met` boolean, nullable
- `page` integer
- `size` integer

## Headers

- `x-organization-id` string, nullable, required — The unique identifier for the organization making the request

## Response `200`

Successful Response

- union
  - PageNexusResponse
    - `items` NexusResponse[], required
      - `processing_status` 'NEEDS_RERUN' | 'UP_TO_DATE' | 'NOT_READY'
      - `status` 'EXPOSED' | 'APPROACHING' | 'PENDING_REGISTRATION' | 'OSS_PENDING_REGISTRATION' | 'REGISTERED' | 'OSS_REGISTERED' | 'NOT_EXPOSED'
      - `country_code` 'AF' | 'AX' | 'AL' | 'DZ' | 'AS' | 'AD' | 'AO' | 'AI' | 'AQ' | 'AG' | 'AR' | 'AM' | 'AW' | 'AU' | 'AT' | 'AZ' | 'BS' | 'BH' | 'BD' | 'BB' | 'BY' | 'BE' | 'BZ' | 'BJ' | 'BM' | 'BT' | 'BO' | 'BQ' | 'BA' | 'BW' | 'BV' | 'BR' | 'IO' | 'BN' | 'BG' | 'BF' | 'BI' | 'CV' | 'KH' | 'CM' | 'CA' | 'KY' | 'CF' | 'TD' | 'CL' | 'CN' | 'CX' | 'CC' | 'CO' | 'KM' | 'CG' | 'CD' | 'CK' | 'CR' | 'HR' | 'CU' | 'CW' | 'CY' | 'CZ' | 'DK' | 'DJ' | 'DM' | 'DO' | 'EC' | 'EG' | 'SV' | 'GQ' | 'ER' | 'EE' | 'SZ' | 'ET' | 'FK' | 'FO' | 'FJ' | 'FI' | 'FR' | 'GF' | 'PF' | 'TF' | 'GA' | 'GM' | 'GE' | 'DE' | 'GH' | 'GI' | 'GR' | 'GL' | 'GD' | 'GP' | 'GU' | 'GT' | 'GG' | 'GN' | 'GW' | 'GY' | 'HT' | 'HM' | 'VA' | 'HN' | 'HK' | 'HU' | 'IS' | 'IN' | 'ID' | 'IR' | 'IQ' | 'IE' | 'IM' | 'IL' | 'IT' | 'CI' | 'JM' | 'JP' | 'JE' | 'JO' | 'KZ' | 'KE' | 'KI' | 'KP' | 'KR' | 'KW' | 'KG' | 'LA' | 'LV' | 'LB' | 'LS' | 'LR' | 'LY' | 'LI' | 'LT' | 'LU' | 'MO' | 'MG' | 'MW' | 'MY' | 'MV' | 'ML' | 'MT' | 'MH' | 'MQ' | 'MR' | 'MU' | 'YT' | 'MX' | 'FM' | 'MD' | 'MC' | 'MN' | 'ME' | 'MS' | 'MA' | 'MZ' | 'MM' | 'NA' | 'NR' | 'NP' | 'NL' | 'NC' | 'NZ' | 'NI' | 'NE' | 'NG' | 'NU' | 'NF' | 'MK' | 'MP' | 'NO' | 'OM' | 'PK' | 'PW' | 'PS' | 'PA' | 'PG' | 'PY' | 'PE' | 'PH' | 'PN' | 'PL' | 'PT' | 'PR' | 'QA' | 'RE' | 'RO' | 'RU' | 'RW' | 'BL' | 'SH' | 'KN' | 'LC' | 'MF' | 'PM' | 'VC' | 'WS' | 'SM' | 'ST' | 'SA' | 'SN' | 'RS' | 'SC' | 'SL' | 'SG' | 'SX' | 'SK' | 'SI' | 'SB' | 'SO' | 'ZA' | 'GS' | 'SS' | 'ES' | 'LK' | 'SD' | 'SR' | 'SJ' | 'SE' | 'CH' | 'SY' | 'TW' | 'TJ' | 'TZ' | 'TH' | 'TL' | 'TG' | 'TK' | 'TO' | 'TT' | 'TN' | 'TR' | 'TM' | 'TC' | 'TV' | 'UG' | 'UA' | 'AE' | 'GB' | 'US' | 'UM' | 'UY' | 'UZ' | 'VU' | 'VE' | 'VN' | 'VG' | 'VI' | 'WF' | 'EH' | 'YE' | 'ZM' | 'ZW' | 'XK' | 'ZZ_EU', required
      - `state_code` string, required
      - `state_name` string, required
      - `treatment_of_exempt_transactions` 'INCLUDED' | 'EXCLUDED' | 'DEPENDS' | 'INCLUDE_IF_PRESENCE' | 'YES_SALES_NO_TRANSACTIONS', required
      - `trigger` string, required
      - `sales_or_transactions` 'EITHER' | 'SALES' | 'BOTH' | 'TRANSACTIONS', required
      - `threshold_sales_bigint` integer
      - `threshold_transactions` integer, nullable, required
      - `start_date` string, date, required
      - `transaction_count` integer
      - `transactions_amount` string
      - `previous_transaction_count` integer — Deprecated: transaction_count now includes both current and previous period values when period_model is CURRENT_OR_PREVIOUS, CURRENT_OR_TWO_PREVIOUS, or CURRENT_OR_PREVIOUS_12_MONTHS
      - `previous_transactions_amount` string — Deprecated: transactions_amount now includes both current and previous period values when period_model is CURRENT_OR_PREVIOUS, CURRENT_OR_TWO_PREVIOUS, or CURRENT_OR_PREVIOUS_12_MONTHS
      - `calculated_tax_liability` string, nullable
      - `imported_tax_liability` string, nullable
      - `tax_liability` string
      - `nexus_met` boolean
      - `nexus_met_date` string, date, nullable
      - `tax_type` 'SALES_TAX' | 'USE_TAX' | 'SALES_AND_USE_TAX' — Tax obligation on a nexus, registration, or filing row. Registrations and filings may be SALES_AND_USE_TAX: one state account and one return can cover both taxes, and each is stored as a single row. Nexus rows are only SALES_TAX or USE_TAX. Sales and use tax exposure are separate obligations with their own met dates, period models, and liability accrual.
      - `economic_nexus_met` boolean
      - `economic_nexus_met_date` string, date, nullable
      - `physical_nexus_met` boolean
      - `physical_nexus_met_date` string, date, nullable
      - `collected_tax_nexus_met` boolean, nullable
      - `collected_tax_nexus_met_date` string, date, nullable
      - `period_model` 'CURRENT_OR_PREVIOUS' | 'CURRENT_OR_TWO_PREVIOUS' | 'PRECEDING_YEAR_FROM_OCTOBER' | 'CALENDAR_YEAR' | 'PREVIOUS_12_MONTHS' | 'CURRENT_OR_PREVIOUS_12_MONTHS' | 'PREVIOUS_4_QUARTERS' | 'PREVIOUS_4_QUARTERS_OFFSET' | 'PRECEDING_YEAR' | 'PRECEDING_YEAR_QUARTERLY' | 'PRECEDING_YEAR_QUARTERLY_OFFSET', required
      - `period_start_date` string, date, required
      - `period_end_date` string, date, required
      - `previous_period_start_date` string, date, nullable, required
      - `previous_period_end_date` string, date, nullable, required
      - `earliest_transaction_date` string, date-time, nullable
      - `most_recent_transaction_date` string, date-time, nullable
      - `find_threshold_crossing_transaction_state` FindThresholdCrossingTransactionState
        - `last_txn_id` string, nullable
        - `last_txn_datetime` string, nullable
        - `period_start_date` string, required
        - `period_end_date` string, required
        - `running_sales_total_decimal` string, required
        - `running_transaction_count` integer, required
        - `has_all_marketplace_transactions` boolean, required
      - `earliest_collected_date` string, date-time
      - `predicted_month_from_today` integer, nullable
      - `vda_eligible` boolean, nullable
      - `confidence_level` number, nullable
      - `last_processed_at` string, date-time, nullable
      - `last_tax_liability_processed_at` string, date-time, nullable
      - `periods` object[]
      - `currency` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'IMP' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JEP' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SPL' | 'SRD' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TVD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XDR' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMW' | 'ZWD'
      - `id` string, required
      - `created_at` string, date-time, required
      - `updated_at` string, date-time, required
      - `organization_id` string, required
      - `registration` object, nullable
      - `registration_regime` 'STANDARD' | 'SIMPLIFIED'
      - `disregarded_at` string, date-time, nullable
      - `disregarded_by` string, nullable
      - `disregarded_type` 'DISREGARDED' | 'IOR_OPT_OUT' | 'IOR_OPT_OUT_NON_PHYSICAL_GOODS'
      - `disregarded_nexus_types` string[]
      - `is_currently_disregarded` boolean
      - `ior_opt_out_eligible` boolean
      - `ior_eligible_at_registration` boolean
      - `requires_ior_number_to_register` boolean
      - `threshold_sales` integer, required
      - `is_vda_eligible` boolean, required
      - `nexus_type` 'CANADA_FEDERAL' | 'EU_AGGREGATOR' | 'STATE' | 'EU_MEMBER_STATE', required
      - `total_transactions` integer, required
      - `total_transactions_included` integer, required
      - `total_transactions_exempted` integer, required
      - `total_transactions_marketplace` integer, required
      - `marketplace_included` boolean, nullable, required
    - `total` integer, required
    - `page` integer, required
    - `size` integer, required
    - `pages` integer, required
  - NexusResponse[]
    - `processing_status` 'NEEDS_RERUN' | 'UP_TO_DATE' | 'NOT_READY'
    - `status` 'EXPOSED' | 'APPROACHING' | 'PENDING_REGISTRATION' | 'OSS_PENDING_REGISTRATION' | 'REGISTERED' | 'OSS_REGISTERED' | 'NOT_EXPOSED'
    - `country_code` 'AF' | 'AX' | 'AL' | 'DZ' | 'AS' | 'AD' | 'AO' | 'AI' | 'AQ' | 'AG' | 'AR' | 'AM' | 'AW' | 'AU' | 'AT' | 'AZ' | 'BS' | 'BH' | 'BD' | 'BB' | 'BY' | 'BE' | 'BZ' | 'BJ' | 'BM' | 'BT' | 'BO' | 'BQ' | 'BA' | 'BW' | 'BV' | 'BR' | 'IO' | 'BN' | 'BG' | 'BF' | 'BI' | 'CV' | 'KH' | 'CM' | 'CA' | 'KY' | 'CF' | 'TD' | 'CL' | 'CN' | 'CX' | 'CC' | 'CO' | 'KM' | 'CG' | 'CD' | 'CK' | 'CR' | 'HR' | 'CU' | 'CW' | 'CY' | 'CZ' | 'DK' | 'DJ' | 'DM' | 'DO' | 'EC' | 'EG' | 'SV' | 'GQ' | 'ER' | 'EE' | 'SZ' | 'ET' | 'FK' | 'FO' | 'FJ' | 'FI' | 'FR' | 'GF' | 'PF' | 'TF' | 'GA' | 'GM' | 'GE' | 'DE' | 'GH' | 'GI' | 'GR' | 'GL' | 'GD' | 'GP' | 'GU' | 'GT' | 'GG' | 'GN' | 'GW' | 'GY' | 'HT' | 'HM' | 'VA' | 'HN' | 'HK' | 'HU' | 'IS' | 'IN' | 'ID' | 'IR' | 'IQ' | 'IE' | 'IM' | 'IL' | 'IT' | 'CI' | 'JM' | 'JP' | 'JE' | 'JO' | 'KZ' | 'KE' | 'KI' | 'KP' | 'KR' | 'KW' | 'KG' | 'LA' | 'LV' | 'LB' | 'LS' | 'LR' | 'LY' | 'LI' | 'LT' | 'LU' | 'MO' | 'MG' | 'MW' | 'MY' | 'MV' | 'ML' | 'MT' | 'MH' | 'MQ' | 'MR' | 'MU' | 'YT' | 'MX' | 'FM' | 'MD' | 'MC' | 'MN' | 'ME' | 'MS' | 'MA' | 'MZ' | 'MM' | 'NA' | 'NR' | 'NP' | 'NL' | 'NC' | 'NZ' | 'NI' | 'NE' | 'NG' | 'NU' | 'NF' | 'MK' | 'MP' | 'NO' | 'OM' | 'PK' | 'PW' | 'PS' | 'PA' | 'PG' | 'PY' | 'PE' | 'PH' | 'PN' | 'PL' | 'PT' | 'PR' | 'QA' | 'RE' | 'RO' | 'RU' | 'RW' | 'BL' | 'SH' | 'KN' | 'LC' | 'MF' | 'PM' | 'VC' | 'WS' | 'SM' | 'ST' | 'SA' | 'SN' | 'RS' | 'SC' | 'SL' | 'SG' | 'SX' | 'SK' | 'SI' | 'SB' | 'SO' | 'ZA' | 'GS' | 'SS' | 'ES' | 'LK' | 'SD' | 'SR' | 'SJ' | 'SE' | 'CH' | 'SY' | 'TW' | 'TJ' | 'TZ' | 'TH' | 'TL' | 'TG' | 'TK' | 'TO' | 'TT' | 'TN' | 'TR' | 'TM' | 'TC' | 'TV' | 'UG' | 'UA' | 'AE' | 'GB' | 'US' | 'UM' | 'UY' | 'UZ' | 'VU' | 'VE' | 'VN' | 'VG' | 'VI' | 'WF' | 'EH' | 'YE' | 'ZM' | 'ZW' | 'XK' | 'ZZ_EU', required
    - `state_code` string, required
    - `state_name` string, required
    - `treatment_of_exempt_transactions` 'INCLUDED' | 'EXCLUDED' | 'DEPENDS' | 'INCLUDE_IF_PRESENCE' | 'YES_SALES_NO_TRANSACTIONS', required
    - `trigger` string, required
    - `sales_or_transactions` 'EITHER' | 'SALES' | 'BOTH' | 'TRANSACTIONS', required
    - `threshold_sales_bigint` integer
    - `threshold_transactions` integer, nullable, required
    - `start_date` string, date, required
    - `transaction_count` integer
    - `transactions_amount` string
    - `previous_transaction_count` integer — Deprecated: transaction_count now includes both current and previous period values when period_model is CURRENT_OR_PREVIOUS, CURRENT_OR_TWO_PREVIOUS, or CURRENT_OR_PREVIOUS_12_MONTHS
    - `previous_transactions_amount` string — Deprecated: transactions_amount now includes both current and previous period values when period_model is CURRENT_OR_PREVIOUS, CURRENT_OR_TWO_PREVIOUS, or CURRENT_OR_PREVIOUS_12_MONTHS
    - `calculated_tax_liability` string, nullable
    - `imported_tax_liability` string, nullable
    - `tax_liability` string
    - `nexus_met` boolean
    - `nexus_met_date` string, date, nullable
    - `tax_type` 'SALES_TAX' | 'USE_TAX' | 'SALES_AND_USE_TAX' — Tax obligation on a nexus, registration, or filing row. Registrations and filings may be SALES_AND_USE_TAX: one state account and one return can cover both taxes, and each is stored as a single row. Nexus rows are only SALES_TAX or USE_TAX. Sales and use tax exposure are separate obligations with their own met dates, period models, and liability accrual.
    - `economic_nexus_met` boolean
    - `economic_nexus_met_date` string, date, nullable
    - `physical_nexus_met` boolean
    - `physical_nexus_met_date` string, date, nullable
    - `collected_tax_nexus_met` boolean, nullable
    - `collected_tax_nexus_met_date` string, date, nullable
    - `period_model` 'CURRENT_OR_PREVIOUS' | 'CURRENT_OR_TWO_PREVIOUS' | 'PRECEDING_YEAR_FROM_OCTOBER' | 'CALENDAR_YEAR' | 'PREVIOUS_12_MONTHS' | 'CURRENT_OR_PREVIOUS_12_MONTHS' | 'PREVIOUS_4_QUARTERS' | 'PREVIOUS_4_QUARTERS_OFFSET' | 'PRECEDING_YEAR' | 'PRECEDING_YEAR_QUARTERLY' | 'PRECEDING_YEAR_QUARTERLY_OFFSET', required
    - `period_start_date` string, date, required
    - `period_end_date` string, date, required
    - `previous_period_start_date` string, date, nullable, required
    - `previous_period_end_date` string, date, nullable, required
    - `earliest_transaction_date` string, date-time, nullable
    - `most_recent_transaction_date` string, date-time, nullable
    - `find_threshold_crossing_transaction_state` FindThresholdCrossingTransactionState
      - `last_txn_id` string, nullable
      - `last_txn_datetime` string, nullable
      - `period_start_date` string, required
      - `period_end_date` string, required
      - `running_sales_total_decimal` string, required
      - `running_transaction_count` integer, required
      - `has_all_marketplace_transactions` boolean, required
    - `earliest_collected_date` string, date-time
    - `predicted_month_from_today` integer, nullable
    - `vda_eligible` boolean, nullable
    - `confidence_level` number, nullable
    - `last_processed_at` string, date-time, nullable
    - `last_tax_liability_processed_at` string, date-time, nullable
    - `periods` object[]
    - `currency` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GGP' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'IMP' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JEP' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLL' | 'SOS' | 'SPL' | 'SRD' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TVD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VEF' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XDR' | 'XOF' | 'XPF' | 'YER' | 'ZAR' | 'ZMW' | 'ZWD'
    - `id` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `organization_id` string, required
    - `registration` object, nullable
    - `registration_regime` 'STANDARD' | 'SIMPLIFIED'
    - `disregarded_at` string, date-time, nullable
    - `disregarded_by` string, nullable
    - `disregarded_type` 'DISREGARDED' | 'IOR_OPT_OUT' | 'IOR_OPT_OUT_NON_PHYSICAL_GOODS'
    - `disregarded_nexus_types` string[]
    - `is_currently_disregarded` boolean
    - `ior_opt_out_eligible` boolean
    - `ior_eligible_at_registration` boolean
    - `requires_ior_number_to_register` boolean
    - `threshold_sales` integer, required
    - `is_vda_eligible` boolean, required
    - `nexus_type` 'CANADA_FEDERAL' | 'EU_AGGREGATOR' | 'STATE' | 'EU_MEMBER_STATE', required
    - `total_transactions` integer, required
    - `total_transactions_included` integer, required
    - `total_transactions_exempted` integer, required
    - `total_transactions_marketplace` integer, required
    - `marketplace_included` boolean, nullable, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-29** `6ba4f4c774c3` — 9 breaking, 20 info
  - added the new required `header` request parameter `x-organization-id`
  - for the `query` request parameter `status__in`, default value was changed from `APPROACHING,NOT_EXPOSED,PENDING_REGISTRATION,EXPOSED,APPROACHING,REGISTERED` to `EXPOSED,APPROACHING,PENDING_REGISTRATION,OSS_PENDING_REGISTRATION,REGISTERED,OSS_REGISTERED,NOT_EXPOSED`
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - response property `detail/items/loc/items/` list-of-types was widened by adding types `integer` to media type `application/json` of response `422`
  - …25 more
  - …this revision’s changelog is incomplete

[Change history](https://skmtc.dev/trykintsugi/apis/tax-platform/changes/v1/nexus/get.md)

---

[API](https://skmtc.dev/trykintsugi/apis/tax-platform.md) · [All operations](https://skmtc.dev/trykintsugi/apis/tax-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trykintsugi/tax-platform/revisions/6ba4f4c774c3/schema)
