{ "opencollection": "1.0.0", "info": { "name": "TicketSpice API (Webconnex v2 Public) Coupons Subscriptions API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "apiKey", "value": "{{apiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Search subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.webconnex.com/v2/public/search/subscriptions", "params": [ { "name": "product", "value": "", "type": "query", "description": "Webconnex product to scope the request to. Use ticketspice for TicketSpice." }, { "name": "limit", "value": "", "type": "query", "description": "Page size. Default 50." }, { "name": "startingAfter", "value": "", "type": "query", "description": "Cursor for pagination - the id to start after." } ] }, "docs": "Search subscriptions" }, { "info": { "name": "View subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.webconnex.com/v2/public/search/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "product", "value": "", "type": "query", "description": "Webconnex product to scope the request to. Use ticketspice for TicketSpice." } ] }, "docs": "View subscription" } ] } ], "bundled": true }