get
https://api.zoominfo.com/gtm/data-quality/v1/prepare/normalize/configs
Returns a paginated list of stored normalization configurations, each with its full name,
description, status, and rules, plus createdAt/updatedAt under meta.
Filter by filter[name] (case-insensitive contains match on name) and filter[status]
(ACTIVE or ARCHIVED). Order with sort — allowed fields: name, createdAt, updatedAt;
prefix a field with - for descending order. Use page[number] (1-based) and page[size]
(default 20, max 200) to paginate.
Returns 200 with a paginated array of config resources and JSON:API pagination links.
Returns 400 if filter, sort, or pagination parameters are invalid.