API Documentation
Items
- Overview
- POSTAdd Items to Monitor
- GETList Monitored Items
- DELRemove Items from Monitor
- POSTForce Add Items
- GETList Hyped Items
- DELPurge All Monitored Items
- POSTMute Items
- GETList Muted Items
- DELUnmute Items
- DELPurge All Muted Items
- PUTSet Affiliate Link
- DELRemove Affiliate Link
- GETList All Affiliate Links
- DELPurge All Affiliate Links
- PATCHUpdate Price Alerts
- PATCHUpdate Stock Alerts
Products
Items
Purge All Affiliate Links
Remove all affiliate links
DELETE
/
items
/
affiliates
/
purge
Copy
curl --request DELETE \
--url https://api.blazemonitors.com/items/affiliates/purge \
--header 'X-Api-Key: <api-key>'
Copy
{
"site": {
"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"
]
},
"results": {}
}
Authorizations
API key for authentication
Query Parameters
Response
200 - application/json
All affiliate links purged successfully
The response is of type object
.
Copy
curl --request DELETE \
--url https://api.blazemonitors.com/items/affiliates/purge \
--header 'X-Api-Key: <api-key>'
Copy
{
"site": {
"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"
]
},
"results": {}
}
Assistant
Responses are generated using AI and may contain mistakes.