{ "opencollection": "1.0.0", "info": { "name": "Accounting subpackage_addresses API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_addresses", "type": "folder" }, "items": [ { "info": { "name": "Retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.merge.dev/api/accounting/v1/addresses/:id", "headers": [ { "name": "Authorization", "value": "" }, { "name": "X-Account-Token", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "include_remote_data", "value": "", "type": "query", "description": "Whether to include the original data Merge fetched from the third-party to produce these models." }, { "name": "include_shell_data", "value": "", "type": "query", "description": "Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null)." }, { "name": "remote_fields", "value": "", "type": "query", "description": "Deprecated. Use show_enum_origins." }, { "name": "show_enum_origins", "value": "", "type": "query", "description": "A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. [Learn more](https://help.merge.dev/en/articles/8950958-show_enum_origins-query-parameter)" } ] }, "docs": "Returns an `Address` object with the given `id`.{/* BEGIN_ACCOUNTING_ADDRESS_FETCH_SUPPORTED_FIELDS */}