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