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

The site object contains detailed information about each monitoring site:

FieldTypeDescription
platformNameStringThe name of the platform (e.g., amazon)
siteNameStringThe name of the site (e.g., AmazonUS)
siteUrlStringThe URL of the site
siteCurrencyStringThe currency used on the site
siteImgStringAn image URL for the site
hasListsBooleanWhether the site supports monitoring lists
hasProductsBooleanWhether the site supports product search
hasReleasesBooleanWhether the site has release monitoring
hasForceAddBooleanWhether the site supports force adding products
queryTypeStringThe type of query used (productSku or productUrl)
restockTypesArrayAn array of restock types supported by the site
altNamesArrayAn array of alternative names for the site

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