{ "opencollection": "1.0.0", "info": { "name": "Omise (Opn Payments) Account Schedules API", "version": "2019-05-29" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Schedules", "type": "folder" }, "items": [ { "info": { "name": "List schedules", "type": "http" }, "http": { "method": "GET", "url": "https://api.omise.co/schedules" }, "docs": "List schedules" }, { "info": { "name": "Create a schedule", "type": "http" }, "http": { "method": "POST", "url": "https://api.omise.co/schedules", "body": { "type": "json", "data": "{}" } }, "docs": "Create a schedule" }, { "info": { "name": "Retrieve a schedule", "type": "http" }, "http": { "method": "GET", "url": "https://api.omise.co/schedules/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object identifier." } ] }, "docs": "Retrieve a schedule" }, { "info": { "name": "Delete a schedule", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.omise.co/schedules/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object identifier." } ] }, "docs": "Delete a schedule" }, { "info": { "name": "List schedule occurrences", "type": "http" }, "http": { "method": "GET", "url": "https://api.omise.co/schedules/:id/occurrences", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object identifier." } ] }, "docs": "List schedule occurrences" } ] } ], "bundled": true }