action ato_get_classifications_address_types { label: "Retrieve a list of address types" provider: ato method: GET path: "/classifications/address-types" encoding: json output: { type: "array" items: { type: "object" } } }