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