{ "opencollection": "1.0.0", "info": { "name": "Ordoro API Documentation Address Integration API", "version": "1.0" }, "items": [ { "info": { "name": "Integration", "type": "folder" }, "items": [ { "info": { "name": "Get a list of integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.ordoro.com/integration/", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "vendor", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "all", "value": "", "type": "query", "description": "allows inclusion of archived integrations" } ] }, "docs": "Get list of integrations - current integrations include: QuickBooks Online, Stripe" }, { "info": { "name": "Create an integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.ordoro.com/integration/", "body": { "type": "json", "data": "{}" } }, "docs": "Each integration vendor has unique requirements, so the schema will depend on the value of the `vendor` parameter." }, { "info": { "name": "Get an integration by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.ordoro.com/integration/:integration_id/", "params": [ { "name": "integration_id", "value": "", "type": "path", "description": "the id of the integration to be retrieved" } ] }, "docs": "Get an integration by ID" }, { "info": { "name": "Update an integration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ordoro.com/integration/:integration_id/", "params": [ { "name": "integration_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Each integration has unique requirements, so the schema will depend on the value of the existing integration's `vendor` parameter." } ] } ], "bundled": true }