Purpose
The Monitor API provides information about available monitoring sites and their capabilities. This endpoint allows you to discover which e-commerce platforms are supported and their specific features.Response Body
The/monitor/sites endpoint returns a JSON object that contains all supported sites, organized by platform. Each platform is represented as a key, with an array of Site objects as its value.
Site Object
Thesite object contains detailed information about each monitoring site:
Site images are derived from
siteId; the API no longer returns a siteImg field.
SiteCapabilities contains the boolean fields lists, products, releases,
forceAdd, and sellers. The sellers array remains the site configuration;
capabilities.sellers declares whether seller-specific monitoring is supported.
Usage
Use this endpoint to:- Discover available monitoring sites
- Check site capabilities before making other API calls
- Get the correct site identifiers for use in other endpoints
- Understand what features are available for each platform

