{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts Onboarding 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": "Onboarding", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Onboarding_Get Onboarding Config", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/clients/:appId/onboarding/config", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Onboarding_Get Onboarding Config via the Flipdish Open API v1.0 (GET /api/v1.0/clients/{appId}/onboarding/config)." }, { "info": { "name": "Flipdish Onboarding_Update Onboarding Config", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/clients/:appId/onboarding/config", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Onboarding_Update Onboarding Config via the Flipdish Open API v1.0 (POST /api/v1.0/clients/{appId}/onboarding/config)." }, { "info": { "name": "Flipdish Onboarding_Get Onboarding Configs", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/clients/:appId/onboarding/configs", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Onboarding_Get Onboarding Configs via the Flipdish Open API v1.0 (GET /api/v1.0/clients/{appId}/onboarding/configs)." }, { "info": { "name": "Flipdish Onboarding_Get Onboarding Items", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/clients/:appId/onboarding/stores/:storeId", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." }, { "name": "milestoneId", "value": "500123", "type": "query", "description": "The milestone id query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Onboarding_Get Onboarding Items via the Flipdish Open API v1.0 (GET /api/v1.0/clients/{appId}/onboarding/stores/{storeId})." }, { "info": { "name": "Flipdish Onboarding_Get Onboarding Items V2", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/clients/:appId/onboarding/stores", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "storeId", "value": "500123", "type": "query", "description": "The store id query parameter." }, { "name": "milestoneId", "value": "500123", "type": "query", "description": "The milestone id query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Onboarding_Get Onboarding Items V2 via the Flipdish Open API v1.0 (GET /api/v1.0/clients/{appId}/onboarding/stores)." }, { "info": { "name": "Flipdish Onboarding_Update Onboarding Config by Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/clients/:appId/onboarding/config/:configId", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "configId", "value": "500123", "type": "path", "description": "The config id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Onboarding_Update Onboarding Config by Id via the Flipdish Open API v1.0 (POST /api/v1.0/clients/{appId}/onboarding/config/{configId})." }, { "info": { "name": "Flipdish Onboarding_Update Onboarding Item", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/clients/:appId/onboarding/stores/:storeId/items/:onboardingItemId", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." }, { "name": "onboardingItemId", "value": "500123", "type": "path", "description": "The onboarding item id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Onboarding_Update Onboarding Item via the Flipdish Open API v1.0 (POST /api/v1.0/clients/{appId}/onboarding/stores/{storeId}/items/{onboardingItemId})." }, { "info": { "name": "Flipdish Onboarding_Update Onboarding Item V2", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/clients/:appId/onboarding/stores/items/:onboardingItemId", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "onboardingItemId", "value": "500123", "type": "path", "description": "The onboarding item 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": "Onboarding_Update Onboarding Item V2 via the Flipdish Open API v1.0 (POST /api/v1.0/clients/{appId}/onboarding/stores/items/{onboardingItemId})." } ] } ], "bundled": true }