{"info":{"_postman_id":"85fb6896-2921-45f2-940d-b4b3d14a1106","name":"HowManyExtension API","description":"<html><head></head><body><h1 id=\"quickstart\">📄 Quickstart</h1>\n<p>Here's how to quickly get started with using HowManyExtension's API.</p>\n<h2 id=\"endpoint\"><strong>Endpoint</strong></h2>\n<p>The endpoint for HowManyExtension API is <code>https://api-v2.howmanyextension.com/api</code>.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>Authentication happens by setting the <code>Authorization</code> header with Bearer + an Access Token. You can obtain the Access Token from your HowManyExtension dashboard <a href=\"https://app.howmanyextension.com/settings/profile\">Settings page</a>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Content-Type\": \"application/json\",\n    \"Authorization\": \"Bearer ACCESS_TOKEN\"\n}\n\n</code></pre>\n<h3 id=\"support\">Support</h3>\n<p>If you encounter any issues while using HowManyExtension API, please contact our support team at <a href=\"mailto:support@howmanyextension.com\">support@howmanyextension.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"📄 Quickstart","slug":"quickstart"}],"owner":"38836642","collectionId":"85fb6896-2921-45f2-940d-b4b3d14a1106","publishedId":"2sAXxP8Xmk","public":true,"customColor":{"top-bar":"3f60e2","right-sidebar":"303030","highlight":"3F60E2"},"publishDate":"2024-10-07T11:17:48.000Z"},"item":[{"name":"Monitor","item":[{"name":"Get all monitored products","id":"71195968-fb6a-4517-b0f3-fd0e964237bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-v2.howmanyextension.com/api/monitor/all","urlObject":{"protocol":"https","path":["api","monitor","all"],"host":["api-v2","howmanyextension","com"],"query":[],"variable":[]}},"response":[{"id":"f7f5e1cf-ca7f-473a-81bb-9eceaea50d3d","name":"all products in monitor","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer your_token","type":"text"}],"url":"https://api-v2.howmanyextension.com/api/monitor/all"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"user_id\": 1,\n        \"asin\": \"B004BOYCXC\",\n        \"marketplace\": \"com\",\n        \"createdAt\": \"2024-09-28T18:25:06.000Z\",\n        \"updatedAt\": \"2024-09-28T18:25:06.000Z\"\n    }\n]"}],"_postman_id":"71195968-fb6a-4517-b0f3-fd0e964237bd"},{"name":"Set Schema","event":[{"listen":"test","script":{"id":"799f3dca-fe7b-4269-b71c-bfb21109a347","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c3f7c698-d1c8-447d-98d1-c84c78e998de","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schema\": {\n        \"columns\": [\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            },\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            },\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            },\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            },\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/set_schema","description":"<p>This API is used to Set Schema.</p>\n","urlObject":{"protocol":"https","path":["api","monitor","set_schema"],"host":["api-v2","howmanyextension","com"],"query":[],"variable":[]}},"response":[{"id":"108c11a7-0b55-4e03-8f44-70893d983e0c","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer your_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"schema\": {\n        \"columns\": [\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            },\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            },\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            },\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            },\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/set_schema"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Success\",\n    \"status\": 200\n}"}],"_postman_id":"c3f7c698-d1c8-447d-98d1-c84c78e998de"},{"name":"Get Schema","event":[{"listen":"test","script":{"id":"799f3dca-fe7b-4269-b71c-bfb21109a347","exec":[""],"type":"text/javascript","packages":{}}}],"id":"edeb1a49-6370-4d33-9ea8-b4adcbead9d0","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/get_schema","description":"<p>This API is used to Get Schema.</p>\n","urlObject":{"protocol":"https","path":["api","monitor","get_schema"],"host":["api-v2","howmanyextension","com"],"query":[],"variable":[]}},"response":[{"id":"179edc43-177e-4927-9d14-9f1574e1d6ca","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer your_token","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/get_schema"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"columns\": [\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            },\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            },\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            },\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            },\n            {\n                \"condition\": \"new\",\n                \"fulfilled\": \"fba\"\n            }\n        ]\n    },\n    \"status\": 200\n}"}],"_postman_id":"edeb1a49-6370-4d33-9ea8-b4adcbead9d0"},{"name":"Set Webhook","event":[{"listen":"test","script":{"id":"799f3dca-fe7b-4269-b71c-bfb21109a347","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c6f23822-e2ec-441d-bba1-5e81a33eb5cb","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"webhook\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/set_webhook","description":"<p>This API is used to Set Webhook.</p>\n","urlObject":{"protocol":"https","path":["api","monitor","set_webhook"],"host":["api-v2","howmanyextension","com"],"query":[],"variable":[]}},"response":[{"id":"b8d6f8bd-568b-438a-8053-b2fd7605f2ba","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer your_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"webhook\": \"https:\\/\\/google.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/set_webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Success\",\n    \"status\": 200\n}"}],"_postman_id":"c6f23822-e2ec-441d-bba1-5e81a33eb5cb"},{"name":"Get Webhook","event":[{"listen":"test","script":{"id":"799f3dca-fe7b-4269-b71c-bfb21109a347","exec":[""],"type":"text/javascript","packages":{}}}],"id":"724ceb35-0a4b-4cdb-95ee-ba15f265752a","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/get_webhook","description":"<p>This API is used to Get Webhook.</p>\n","urlObject":{"protocol":"https","path":["api","monitor","get_webhook"],"host":["api-v2","howmanyextension","com"],"query":[],"variable":[]}},"response":[{"id":"34986c37-c3bc-4cc9-9020-e92e0d2f798d","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer your_token","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/get_webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"https:\\/\\/google.com\",\n    \"status\": 200\n}"}],"_postman_id":"724ceb35-0a4b-4cdb-95ee-ba15f265752a"},{"name":"Add ASINS","event":[{"listen":"test","script":{"id":"799f3dca-fe7b-4269-b71c-bfb21109a347","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ac5368b8-4577-4436-a84d-13db7077c8c1","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"asins\": [\n        {\n            \"asin\": \"B0B6DFG1FQ\",\n            \"marketplace\": \"com\",\n            \"external_id\": null\n        },\n        {\n            \"asin\": \"B0CHHSFMRL\",\n            \"marketplace\": \"com\",\n            \"external_id\": null\n        },\n        {\n            \"asin\": \"B0CWKZHW45\",\n            \"marketplace\": \"com\",\n            \"external_id\": \"56993\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/add_asins","description":"<p>This API is used to Add ASIN.</p>\n","urlObject":{"protocol":"https","path":["api","monitor","add_asins"],"host":["api-v2","howmanyextension","com"],"query":[],"variable":[]}},"response":[{"id":"ca85c26b-64b6-4cad-9299-08d9cb1ac679","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer your_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"asins\": [\n        {\n            \"asin\": \"B0B6DFG1FQ\",\n            \"marketplace\": \"com\",\n            \"external_id\": null\n        },\n        {\n            \"asin\": \"B0CHHSFMRL\",\n            \"marketplace\": \"com\",\n            \"external_id\": null\n        },\n        {\n            \"asin\": \"B0CWKZHW45\",\n            \"marketplace\": \"com\",\n            \"external_id\": \"56993\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/add_asins"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"asins\": [\n        {\n            \"asin\": \"B0B6DFG1FQ\",\n            \"marketplace\": \"com\",\n            \"external_id\": null,\n            \"user_id\": 1\n        },\n        {\n            \"asin\": \"B0CHHSFMRL\",\n            \"marketplace\": \"com\",\n            \"external_id\": null,\n            \"user_id\": 1\n        },\n        {\n            \"asin\": \"B0CWKZHW45\",\n            \"marketplace\": \"com\",\n            \"external_id\": \"56993\",\n            \"user_id\": 1\n        }\n    ],\n    \"stats\": {\n        \"total_count\": 3,\n        \"duplicate_asins\": [\n            {\n                \"asin\": \"B0B6DFG1FQ\",\n                \"marketplace\": \"com\",\n                \"external_id\": null,\n                \"user_id\": 1\n            },\n            {\n                \"asin\": \"B0CWKZHW45\",\n                \"marketplace\": \"com\",\n                \"external_id\": \"56993\",\n                \"user_id\": 1\n            }\n        ],\n        \"inserted_asins\": [\n            {\n                \"id\": 3,\n                \"asin\": \"B0CHHSFMRL\",\n                \"marketplace\": \"com\",\n                \"external_id\": null,\n                \"user_id\": 1,\n                \"createdAt\": \"2025-03-10T19:08:33.668Z\",\n                \"updatedAt\": \"2025-03-10T19:08:33.668Z\"\n            }\n        ]\n    },\n    \"message\": \"Asins Added!\"\n}"}],"_postman_id":"ac5368b8-4577-4436-a84d-13db7077c8c1"},{"name":"Remove ASIN","event":[{"listen":"test","script":{"id":"799f3dca-fe7b-4269-b71c-bfb21109a347","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d49fc43b-e203-42df-b962-82638a99d84c","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"asins\": \"\",\n    \"marketplace\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/remove_asin","description":"<p>This API is used to Remove ASIN.</p>\n","urlObject":{"protocol":"https","path":["api","monitor","remove_asin"],"host":["api-v2","howmanyextension","com"],"query":[],"variable":[]}},"response":[{"id":"36490d50-cf4d-41a1-b802-7779d91efce2","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer your_token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"asins\": \"B019U00D7K,B004BOYCXC\",\n    \"marketplace\": \"com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/remove_asin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"ASIN Removed From Watch List\",\n    \"status\": 200\n}"}],"_postman_id":"d49fc43b-e203-42df-b962-82638a99d84c"},{"name":"Get Report","event":[{"listen":"test","script":{"id":"799f3dca-fe7b-4269-b71c-bfb21109a347","exec":[""],"type":"text/javascript","packages":{}}}],"id":"27829215-4b21-4428-bfb1-666927a9368c","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"page\": \"1\",\n    \"type\": \"offers_report or stock_report (default: stock_report)\",\n    \"end_date\": \"Y-m-d\",\n    \"per_page\": \"1000\",\n    \"start_date\": \"Y-m-d\",\n    \"marketplace\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/get_report","description":"<p>This API is used to Get Report.</p>\n","urlObject":{"protocol":"https","path":["api","monitor","get_report"],"host":["api-v2","howmanyextension","com"],"query":[],"variable":[]}},"response":[{"id":"d4aa7be8-ec9e-45ef-b94a-7f940b26e801","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer your_token","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"page\": 1,\n  \"type\": \"offers_report\",\n  \"end_date\": \"2024-10-07\",\n  \"start_date\": \"2024-10-05\",\n  \"per_page\": 50,\n  \"marketplace\": \"com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/get_report"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Report fetched!\",\n  \"data\": {\n    \"body\": [],\n    \"meta_data\": {\n      \"report_date\": \"2024-10-07T13:56:43.413000+00:00\",\n      \"per_page\": 50,\n      \"page\": 1,\n      \"total_result_count\": 263,\n      \"total_asins_count\": 7\n    },\n    \"headers\": [\n    \"asin\",\n    \"marketplace\",\n    \"merchant_id\",\n    \"created_at\",\n    \"merchant_name\",\n    \"price\",\n    \"discount\",\n    \"stock\",\n    \"fulfillment\",\n    \"condition\",\n    \"limit_stock\"\n  ]\n  }\n}\n"}],"_postman_id":"27829215-4b21-4428-bfb1-666927a9368c"},{"name":"Get Filtered Report","event":[{"listen":"test","script":{"id":"799f3dca-fe7b-4269-b71c-bfb21109a347","exec":[""],"type":"text/javascript","packages":{}}}],"id":"70591efa-446b-4f32-8842-63e26224fcbe","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"asin\": \"\",\n    \"page\": \"1\",\n    \"stock\": \"\",\n    \"end_date\": \"Y-m-d\",\n    \"merchant\": \"\",\n    \"per_page\": \"1000\",\n    \"start_date\": \"Y-m-d\",\n    \"marketplace\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/filtered_report","description":"<p>This API is used to Filter Reports.</p>\n","urlObject":{"protocol":"https","path":["api","monitor","filtered_report"],"host":["api-v2","howmanyextension","com"],"query":[],"variable":[]}},"response":[{"id":"121c5ec2-3ba9-4a2c-ab54-733bca099b0a","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer your_token","type":"text"}],"body":{"mode":"raw","raw":"{\n          \"asin\": \"B004MNMBIU\",\n          \"page\": \"1\",\n          \"stock\": 352,\n          \"end_date\": \"2024-10-07\",\n          \"merchant\": \"A3OTOPCKRFFF60\",\n          \"per_page\": \"100\",\n          \"start_date\": \"2024-10-05\",\n          \"marketplace\": \"com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/filtered_report"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":{"content":"","type":"text/plain"}}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": true,\n  \"message\": \"Report fetched!\",\n  \"data\": {\n    \"body\": [],\n    \"meta_data\": {\n      \"report_date\": \"2024-10-07T14:06:09.445000+00:00\",\n      \"per_page\": \"100\",\n      \"page\": \"1\",\n      \"total_result_count\": 263,\n      \"total_asins_count\": 7\n    },\n    \"headers\": [\n      \"asin\",\n      \"marketplace\",\n      \"merchant_id\",\n      \"created_at\",\n      \"merchant_name\",\n      \"price\",\n      \"discount\",\n      \"stock\",\n      \"fulfillment\",\n      \"condition\",\n      \"limit_stock\"\n    ]\n  }\n}"}],"_postman_id":"70591efa-446b-4f32-8842-63e26224fcbe"},{"name":"Get Fails Report","id":"c8b63276-7944-4344-8518-6b94f61b8894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"2025-03-10\",\r\n    \"end_date\": \"2025-03-10\",\r\n    \"per_page\": \"10\",\r\n    \"page\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/get_fails_report","urlObject":{"protocol":"https","path":["api","monitor","get_fails_report"],"host":["api-v2","howmanyextension","com"],"query":[],"variable":[]}},"response":[{"id":"c975ca43-14df-4252-81df-d1493c03a39d","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer your_token","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"start_date\": \"2025-03-10\",\r\n    \"end_date\": \"2025-03-10\",\r\n    \"per_page\": \"10\",\r\n    \"page\": \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.howmanyextension.com/api/monitor/get_fails_report"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Report fetched!\",\n    \"data\": {\n        \"body\": [\n            {\n                \"asin\": \"B08NF8W652\",\n                \"marketplace\": \"com\",\n                \"offers_count\": 0,\n                \"total\": 0,\n                \"fba\": 0,\n                \"mf\": 0,\n                \"error_info\": \"Sorry! We couldn't find that page. Try searching or go to Amazon's home page.\",\n                \"created_at\": \"2025-03-10T01:58:37.000Z\"\n            },\n            {\n                \"asin\": \"B09YV8GWSW\",\n                \"marketplace\": \"com\",\n                \"offers_count\": 0,\n                \"total\": 0,\n                \"fba\": 0,\n                \"mf\": 0,\n                \"error_info\": \"No featured offers available\",\n                \"created_at\": \"2025-03-10T01:58:37.000Z\"\n            }\n        ],\n        \"meta_data\": {\n            \"report_date\": \"2025-03-10T20:57:05.648000+00:00\",\n            \"per_page\": \"10\",\n            \"page\": \"1\"\n        },\n        \"headers\": [\n            \"asin\",\n            \"marketplace\",\n            \"offers_count\",\n            \"total\",\n            \"fba\",\n            \"mf\",\n            \"error_info\",\n            \"created_at\"\n        ]\n    }\n}"}],"_postman_id":"c8b63276-7944-4344-8518-6b94f61b8894"},{"name":"Get Monitoring Status","id":"c8fd301d-6e45-488a-a57e-404be04ce907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api-v2.howmanyextension.com/api/monitor/get_status","urlObject":{"protocol":"https","path":["api","monitor","get_status"],"host":["api-v2","howmanyextension","com"],"query":[],"variable":[]}},"response":[{"id":"eb90924f-26c5-4732-b556-19cfee3d9aca","name":"Get Monitoring Status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer your_token","type":"text"}],"url":"https://api-v2.howmanyextension.com/api/monitor/get_status"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"unprocessed_products\": [\n            {\n                \"asin\": \"B0CWKZHW45\",\n                \"marketplace\": \"com\"\n            }\n        ],\n        \"products\": [\n            {\n                \"asin\": \"B09KMJFXRJ\",\n                \"marketplace\": \"com\"\n            },\n            {\n                \"asin\": \"B0DCMPPD9X\",\n                \"marketplace\": \"com\"\n            },\n            {\n                \"asin\": \"B0CWKZHW45\",\n                \"marketplace\": \"com\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c8fd301d-6e45-488a-a57e-404be04ce907"}],"id":"aa412ec1-4ca3-44be-8d61-1d836a3372ac","description":"<p>The <code>/monitor</code> endpoints let you add and remove products from your monitor and obtain reports.</p>\n","_postman_id":"aa412ec1-4ca3-44be-8d61-1d836a3372ac"}],"event":[{"listen":"prerequest","script":{"id":"e81adcf4-c90e-4a8d-ade0-3872bacdddbd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3cd83103-77a4-4562-a1f9-87e6dc4bc56a","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://farming-simulator.pstmn.io"}]}