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