{ "opencollection": "1.0.0", "info": { "name": "Schematic accesstokens Scheduledcheckout API", "version": "0.1" }, "request": { "auth": { "type": "apikey", "key": "X-Schematic-Api-Key", "value": "{{X-Schematic-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "scheduledcheckout", "type": "folder" }, "items": [ { "info": { "name": "List scheduled checkouts", "type": "http" }, "http": { "method": "GET", "url": "https://api.schematichq.com/scheduled-checkout", "params": [ { "name": "company_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Page limit (default 100)" }, { "name": "offset", "value": "", "type": "query", "description": "Page offset (default 0)" } ] }, "docs": "List scheduled checkouts" }, { "info": { "name": "Create scheduled checkout", "type": "http" }, "http": { "method": "POST", "url": "https://api.schematichq.com/scheduled-checkout", "body": { "type": "json", "data": "{}" } }, "docs": "Create scheduled checkout" }, { "info": { "name": "Get scheduled checkout", "type": "http" }, "http": { "method": "GET", "url": "https://api.schematichq.com/scheduled-checkout/:scheduled_checkout_id", "params": [ { "name": "scheduled_checkout_id", "value": "", "type": "path", "description": "scheduled_checkout_id" } ] }, "docs": "Get scheduled checkout" }, { "info": { "name": "Update scheduled checkout", "type": "http" }, "http": { "method": "PUT", "url": "https://api.schematichq.com/scheduled-checkout/:scheduled_checkout_id", "params": [ { "name": "scheduled_checkout_id", "value": "", "type": "path", "description": "scheduled_checkout_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update scheduled checkout" } ] } ], "bundled": true }