{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts StoreGroups 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": "StoreGroups", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Store Group", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/storegroups/:storeGroupId", "params": [ { "name": "storeGroupId", "value": "500123", "type": "path", "description": "The store group id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Store Group via the Flipdish Open API v1.0 (GET /api/v1.0/storegroups/{storeGroupId})." }, { "info": { "name": "Flipdish Update Store Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/storegroups/:storeGroupId", "params": [ { "name": "storeGroupId", "value": "500123", "type": "path", "description": "The store group id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Store Group via the Flipdish Open API v1.0 (POST /api/v1.0/storegroups/{storeGroupId})." }, { "info": { "name": "Flipdish Remove Store Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flipdish.co/api/v1.0/storegroups/:storeGroupId", "params": [ { "name": "storeGroupId", "value": "500123", "type": "path", "description": "The store group id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Remove Store Group via the Flipdish Open API v1.0 (DELETE /api/v1.0/storegroups/{storeGroupId})." }, { "info": { "name": "Flipdish Get Store Groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appNameId/storegroups", "params": [ { "name": "appNameId", "value": "500123", "type": "path", "description": "The app name id path parameter." }, { "name": "searchQuery", "value": "string", "type": "query", "description": "The search query query parameter." }, { "name": "page", "value": "1", "type": "query", "description": "The page query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Store Groups via the Flipdish Open API v1.0 (GET /api/v1.0/{appNameId}/storegroups)." }, { "info": { "name": "Flipdish Create Store Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/:appNameId/storegroups", "params": [ { "name": "appNameId", "value": "500123", "type": "path", "description": "The app name id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Store Group via the Flipdish Open API v1.0 (POST /api/v1.0/{appNameId}/storegroups)." }, { "info": { "name": "Flipdish Get Store Groups Extended", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appNameId/storegroups/extended", "params": [ { "name": "appNameId", "value": "500123", "type": "path", "description": "The app name id path parameter." }, { "name": "searchQuery", "value": "string", "type": "query", "description": "The search query query parameter." }, { "name": "page", "value": "1", "type": "query", "description": "The page query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit query parameter." }, { "name": "groupingRadius", "value": "1", "type": "query", "description": "The grouping radius query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Store Groups Extended via the Flipdish Open API v1.0 (GET /api/v1.0/{appNameId}/storegroups/extended)." }, { "info": { "name": "Flipdish Set Customer Messages", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/storegroups/:storeGroupId/CustomerMessages", "params": [ { "name": "storeGroupId", "value": "500123", "type": "path", "description": "The store group 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": "Set Customer Messages via the Flipdish Open API v1.0 (POST /api/v1.0/storegroups/{storeGroupId}/CustomerMessages)." }, { "info": { "name": "Flipdish Assign Stores to Store Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/:appId/storegroups/:storeGroupId/assignStores", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "storeGroupId", "value": "500123", "type": "path", "description": "The store group 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": "Assign Stores to Store Group via the Flipdish Open API v1.0 (POST /api/v1.0/{appId}/storegroups/{storeGroupId}/assignStores)." } ] } ], "bundled": true }