{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts Stuart API", "version": "v1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Stuart", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Stuart_Get Stuart Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/stuart/settings/:storeId", "params": [ { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Stuart_Get Stuart Settings via the Flipdish Open API v1.0 (GET /api/v1.0/stuart/settings/{storeId})." }, { "info": { "name": "Flipdish Stuart_Post Stuart Settings", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/stuart/settings/:storeId", "params": [ { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Stuart_Post Stuart Settings via the Flipdish Open API v1.0 (POST /api/v1.0/stuart/settings/{storeId})." }, { "info": { "name": "Flipdish Stuart_Get Job", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/stuart/jobs/:jobId", "params": [ { "name": "jobId", "value": "500123", "type": "path", "description": "The job id path parameter." }, { "name": "storeId", "value": "500123", "type": "query", "description": "The store id query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Stuart_Get Job via the Flipdish Open API v1.0 (GET /api/v1.0/stuart/jobs/{jobId})." }, { "info": { "name": "Flipdish Stuart_Cancel Job", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flipdish.co/api/v1.0/stuart/jobs/:jobId", "params": [ { "name": "jobId", "value": "500123", "type": "path", "description": "The job id path parameter." }, { "name": "storeId", "value": "500123", "type": "query", "description": "The store id query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Stuart_Cancel Job via the Flipdish Open API v1.0 (DELETE /api/v1.0/stuart/jobs/{jobId})." } ] } ], "bundled": true }