curl --request GET \
--url https://api.blazemonitors.com/monitor/sites \
--header 'X-Api-Key: <api-key>'
{
"amazon": [
{
"platformName": "amazon",
"siteName": "AmazonUS",
"siteUrl": "https://amazon.com",
"siteCurrency": "USD",
"siteImg": "https://drive.google.com/uc?id=1AoYw0yB47Kh8RQFXDDBUKRIhH1U3bxVC",
"hasLists": true,
"hasProducts": true,
"hasReleases": false,
"hasForceAdd": true,
"queryType": "productSku",
"restockTypes": [
"Restock"
],
"altNames": [
"amazon",
"amz",
"amzus"
]
}
]
}
Get information about all available monitoring sites
curl --request GET \
--url https://api.blazemonitors.com/monitor/sites \
--header 'X-Api-Key: <api-key>'
{
"amazon": [
{
"platformName": "amazon",
"siteName": "AmazonUS",
"siteUrl": "https://amazon.com",
"siteCurrency": "USD",
"siteImg": "https://drive.google.com/uc?id=1AoYw0yB47Kh8RQFXDDBUKRIhH1U3bxVC",
"hasLists": true,
"hasProducts": true,
"hasReleases": false,
"hasForceAdd": true,
"queryType": "productSku",
"restockTypes": [
"Restock"
],
"altNames": [
"amazon",
"amz",
"amzus"
]
}
]
}
API key for authentication
List of all available sites
The response is of type object
.