{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts DeliveryZone 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": "DeliveryZone", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Delivery Zones", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/stores/:storeId/deliveryzones", "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": "Get Delivery Zones via the Flipdish Open API v1.0 (GET /api/v1.0/stores/{storeId}/deliveryzones)." }, { "info": { "name": "Flipdish Add Delivery Zone", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/stores/:storeId/deliveryzones", "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": "Add Delivery Zone via the Flipdish Open API v1.0 (POST /api/v1.0/stores/{storeId}/deliveryzones)." }, { "info": { "name": "Flipdish Update Delivery Zone", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/stores/:storeId/deliveryzones/:deliveryZoneId", "params": [ { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." }, { "name": "deliveryZoneId", "value": "500123", "type": "path", "description": "The delivery zone id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Delivery Zone via the Flipdish Open API v1.0 (POST /api/v1.0/stores/{storeId}/deliveryzones/{deliveryZoneId})." }, { "info": { "name": "Flipdish Remove Delivery Zone", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flipdish.co/api/v1.0/stores/:storeId/deliveryzones/:deliveryZoneId", "params": [ { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." }, { "name": "deliveryZoneId", "value": "500123", "type": "path", "description": "The delivery zone id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Remove Delivery Zone via the Flipdish Open API v1.0 (DELETE /api/v1.0/stores/{storeId}/deliveryzones/{deliveryZoneId})." } ] } ], "bundled": true }