{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts WhiteLabelConfig 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": "WhiteLabelConfig", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Health Check", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/whitelabelconfig/health", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Health Check via the Flipdish Open API v1.0 (GET /api/v1.0/whitelabelconfig/health)." }, { "info": { "name": "Flipdish Get White Label Config", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/whitelabelconfig/id/:wlid", "params": [ { "name": "wlid", "value": "500123", "type": "path", "description": "The wlid path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get White Label Config via the Flipdish Open API v1.0 (GET /api/v1.0/whitelabelconfig/id/{wlid})." }, { "info": { "name": "Flipdish Get White Label Config by App Name Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/whitelabelconfig/name/:appId", "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": "Get White Label Config by App Name Id via the Flipdish Open API v1.0 (GET /api/v1.0/whitelabelconfig/name/{appId})." }, { "info": { "name": "Flipdish Get App General Config", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/whitelabelconfig/:appId/general", "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": "Get App General Config via the Flipdish Open API v1.0 (GET /api/v1.0/whitelabelconfig/{appId}/general)." }, { "info": { "name": "Flipdish Update App General Config", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/whitelabelconfig/:appId/general", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app 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": "Update App General Config via the Flipdish Open API v1.0 (POST /api/v1.0/whitelabelconfig/{appId}/general)." }, { "info": { "name": "Flipdish Get App Store Config", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/whitelabelconfig/:appId/appstore", "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": "Get App Store Config via the Flipdish Open API v1.0 (GET /api/v1.0/whitelabelconfig/{appId}/appstore)." }, { "info": { "name": "Flipdish Update App Store Config", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/whitelabelconfig/:appId/appstore", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app 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": "Update App Store Config via the Flipdish Open API v1.0 (POST /api/v1.0/whitelabelconfig/{appId}/appstore)." }, { "info": { "name": "Flipdish Get Play Store Config", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/whitelabelconfig/:appId/playstore", "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": "Get Play Store Config via the Flipdish Open API v1.0 (GET /api/v1.0/whitelabelconfig/{appId}/playstore)." }, { "info": { "name": "Flipdish Update Play Store Config", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/whitelabelconfig/:appId/playstore", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app 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": "Update Play Store Config via the Flipdish Open API v1.0 (POST /api/v1.0/whitelabelconfig/{appId}/playstore)." }, { "info": { "name": "Flipdish Upload App Store Icon", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/whitelabelconfig/:appId/app-store-icon", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app 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": "Upload App Store Icon via the Flipdish Open API v1.0 (POST /api/v1.0/whitelabelconfig/{appId}/app-store-icon)." } ] } ], "bundled": true }