{ "opencollection": "1.0.0", "info": { "name": "Ezoic Subscriptions Server-to-Server REST Access Products API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "developerKey", "value": "{{developerKey}}", "placement": "query" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List product handles for the domain", "type": "http" }, "http": { "method": "GET", "url": "https://api-gateway.ezoic.com/subscriptions/v1/products", "params": [ { "name": "developerKey", "value": "", "type": "query", "description": "Your Ezoic API key." }, { "name": "domain", "value": "", "type": "query", "description": "The domain being queried (must belong to your account)." } ] }, "docs": "Returns the list of Ezoic Subscriptions product handles configured for the domain." } ] } ], "bundled": true }