# Get all available domains Retrieves all domains supported by the system for market data collection. Each domain includes: - Available offer sources for market data collection - Configuration parameters Only domains with the offer source are supported out-of-the-box by the monitoring pipeline. Endpoint: GET /api/v3/domains Version: 0.0.7228 Security: BasicAuth, BearerAuth ## Response 200 fields (application/json): - `data` (object, required) Response body containing domain data - `data.domains` (array, required) Sequence of domain data - `data.domains.domain` (string, required) domain url - `data.domains.domainId` (number, required) internal domain id - `data.domains.offerSources` (array, required) list of offerSources for the domain OfferSource: Describes the origin of the offers. Domain may have more than one offer sources. Here are the possible offer sources: DEFAULT_MONITORING Offers - which are gathered via the monitoring-pipeline by a standard product search. This is typically done via GTIN. CUSTOM_MONITORING Offers - which are gathered via the monitoring-pipeline by a customized search. For instance via tags. OMNIA_CUSTOM_SPIDERING Offers - which originate from omnia custom spidering sources. The domain needs to be prefixed with "omnia.custom.spidering.". PUSH_API Offers - which originate from services where we have a direct API connection and get informed about offer changes. Example: Offers from Amazon-Repricer OTHER Offers - which originate from other sources e.g. Scripts which publish offers - `data.domains.name` (string, required) display name for the domain