{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Accounts Apps 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": "Apps", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get App", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/apps/: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 App via the Flipdish Open API v1.0 (GET /api/v1.0/apps/{appId})." }, { "info": { "name": "Flipdish Get App Name", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/name", "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 Name via the Flipdish Open API v1.0 (GET /api/v1.0/apps/{appId}/name)." }, { "info": { "name": "Flipdish Get Supported Countries", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/apps/supportedcountries", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Supported Countries via the Flipdish Open API v1.0 (GET /api/v1.0/apps/supportedcountries)." }, { "info": { "name": "Flipdish Get Compliance", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/compliance", "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 Compliance via the Flipdish Open API v1.0 (GET /api/v1.0/apps/{appId}/compliance)." }, { "info": { "name": "Flipdish Set Compliance", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/compliance", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "complianceType", "value": "Default", "type": "query", "description": "The compliance type query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Set Compliance via the Flipdish Open API v1.0 (POST /api/v1.0/apps/{appId}/compliance)." }, { "info": { "name": "Flipdish Get Panacea Vanity Url", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/panacea/url", "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 Panacea Vanity Url via the Flipdish Open API v1.0 (GET /api/v1.0/apps/{appId}/panacea/url)." }, { "info": { "name": "Flipdish Set Panacea Vanity Url", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/panacea/url", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "vanityUrl", "value": "https://api.flipdish.co/example", "type": "query", "description": "The vanity url query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Set Panacea Vanity Url via the Flipdish Open API v1.0 (POST /api/v1.0/apps/{appId}/panacea/url)." }, { "info": { "name": "Flipdish Lookup by Whitelabel Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/apps/:whitelabelId/lookup", "params": [ { "name": "whitelabelId", "value": "500123", "type": "path", "description": "The whitelabel id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Lookup by Whitelabel Id via the Flipdish Open API v1.0 (GET /api/v1.0/apps/{whitelabelId}/lookup)." }, { "info": { "name": "Flipdish Get App Hostname Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/hostnamestatus", "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 Hostname Status via the Flipdish Open API v1.0 (GET /api/v1.0/apps/{appId}/hostnamestatus)." }, { "info": { "name": "Flipdish Get Apps", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/apps", "params": [ { "name": "nameFilter", "value": "Example Name", "type": "query", "description": "The name filter 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 Apps via the Flipdish Open API v1.0 (GET /api/v1.0/apps)." }, { "info": { "name": "Flipdish Create App", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/apps", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create App via the Flipdish Open API v1.0 (POST /api/v1.0/apps)." }, { "info": { "name": "Flipdish Is Panacea Vanity Url Available", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/panacea/url/available", "params": [ { "name": "vanityUrl", "value": "https://api.flipdish.co/example", "type": "query", "description": "The vanity url query parameter." }, { "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": "Is Panacea Vanity Url Available via the Flipdish Open API v1.0 (GET /api/v1.0/apps/{appId}/panacea/url/available)." }, { "info": { "name": "Flipdish Upload App Logo", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/logo", "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": "Upload App Logo via the Flipdish Open API v1.0 (POST /api/v1.0/apps/{appId}/logo)." }, { "info": { "name": "Flipdish Set App Config", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/config", "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": "Set App Config via the Flipdish Open API v1.0 (POST /api/v1.0/apps/{appId}/config)." }, { "info": { "name": "Flipdish Set App Store Name", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/appstorename", "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": "Set App Store Name via the Flipdish Open API v1.0 (POST /api/v1.0/apps/{appId}/appstorename)." }, { "info": { "name": "Flipdish Apps_Set Property Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/orgId/:orgId", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "orgId", "value": "500123", "type": "path", "description": "The org id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Apps_Set Property Id via the Flipdish Open API v1.0 (POST /api/v1.0/apps/{appId}/orgId/{orgId})." }, { "info": { "name": "Flipdish Set App Languages", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/config/languages", "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": "Set App Languages via the Flipdish Open API v1.0 (POST /api/v1.0/apps/{appId}/config/languages)." }, { "info": { "name": "Flipdish Send Push Notification", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/SendPushNotification/:customerId", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "customerId", "value": "500123", "type": "path", "description": "The customer id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Send Push Notification via the Flipdish Open API v1.0 (POST /api/v1.0/apps/{appId}/SendPushNotification/{customerId})." }, { "info": { "name": "Flipdish Set Third Party Integrations", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/third-party-integrations", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "enabled", "value": "true", "type": "query", "description": "The enabled query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Set Third Party Integrations via the Flipdish Open API v1.0 (POST /api/v1.0/apps/{appId}/third-party-integrations)." }, { "info": { "name": "Flipdish Set App Hostname", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/hostname", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "hostname", "value": "Example Name", "type": "query", "description": "The hostname query parameter." }, { "name": "isEmbed", "value": "true", "type": "query", "description": "The is embed query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Set App Hostname via the Flipdish Open API v1.0 (POST /api/v1.0/apps/{appId}/hostname)." }, { "info": { "name": "Flipdish Toggle Next Gen Web", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/apps/:appId/nextgenweb", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "hostname", "value": "Example Name", "type": "query", "description": "The hostname query parameter." }, { "name": "vanityUrl", "value": "https://api.flipdish.co/example", "type": "query", "description": "The vanity url query parameter." }, { "name": "isNextGenWeb", "value": "true", "type": "query", "description": "The is next gen web query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Toggle Next Gen Web via the Flipdish Open API v1.0 (POST /api/v1.0/apps/{appId}/nextgenweb)." } ] } ], "bundled": true }