{ "opencollection": "1.0.0", "info": { "name": "Oracle Orders API", "version": "1.0" }, "items": [ { "info": { "name": "orders", "type": "folder" }, "items": [ { "info": { "name": "Returns order details with subscription information.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/orders/:activationToken", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "activationToken", "value": "", "type": "path", "description": "Activation token containing an order ID. A JWT RFC 7519-formatted string.\n" } ] }, "docs": "Returns the order details given by the order ID in the JWT.\n" }, { "info": { "name": "Order activation workflow creation.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220518/orders/:activationToken/actions/activate", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "activationToken", "value": "", "type": "path", "description": "Activation token containing an order ID. A JWT RFC 7519-formatted string.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Triggers an order activation workflow on behalf of the tenant, given by compartment ID in the body." } ] } ], "bundled": true }