{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts AppStoreDeveloper 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": "AppStoreDeveloper", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get App External Product", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/oauthclients/:oauthAppId/appstore/apps/:appStoreAppId/external_product", "params": [ { "name": "oauthAppId", "value": "500123", "type": "path", "description": "The oauth app id path parameter." }, { "name": "appStoreAppId", "value": "500123", "type": "path", "description": "The app store 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 External Product via the Flipdish Open API v1.0 (GET /api/v1.0/oauthclients/{oauthAppId}/appstore/apps/{appStoreAppId}/external_product)." }, { "info": { "name": "Flipdish Update External Product", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flipdish.co/api/v1.0/oauthclients/:oauthAppId/appstore/apps/:appStoreAppId/external_product", "params": [ { "name": "oauthAppId", "value": "500123", "type": "path", "description": "The oauth app id path parameter." }, { "name": "appStoreAppId", "value": "500123", "type": "path", "description": "The app store 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 External Product via the Flipdish Open API v1.0 (PUT /api/v1.0/oauthclients/{oauthAppId}/appstore/apps/{appStoreAppId}/external_product)." }, { "info": { "name": "Flipdish Get External Function Signing Key", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/oauthclients/:oauthAppId/appstore/apps/:appStoreAppId/external_function_signing_key", "params": [ { "name": "oauthAppId", "value": "500123", "type": "path", "description": "The oauth app id path parameter." }, { "name": "appStoreAppId", "value": "500123", "type": "path", "description": "The app store 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 External Function Signing Key via the Flipdish Open API v1.0 (GET /api/v1.0/oauthclients/{oauthAppId}/appstore/apps/{appStoreAppId}/external_function_signing_key)." }, { "info": { "name": "Flipdish Update App Store App", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flipdish.co/api/v1.0/oauthclients/:oauthAppId/appstore/apps/:appStoreAppId", "params": [ { "name": "oauthAppId", "value": "500123", "type": "path", "description": "The oauth app id path parameter." }, { "name": "appStoreAppId", "value": "500123", "type": "path", "description": "The app store 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 App via the Flipdish Open API v1.0 (PUT /api/v1.0/oauthclients/{oauthAppId}/appstore/apps/{appStoreAppId})." }, { "info": { "name": "Flipdish Delete App Store App", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flipdish.co/api/v1.0/oauthclients/:oauthAppId/appstore/apps/:appStoreAppId", "params": [ { "name": "oauthAppId", "value": "500123", "type": "path", "description": "The oauth app id path parameter." }, { "name": "appStoreAppId", "value": "500123", "type": "path", "description": "The app store app id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete App Store App via the Flipdish Open API v1.0 (DELETE /api/v1.0/oauthclients/{oauthAppId}/appstore/apps/{appStoreAppId})." }, { "info": { "name": "Flipdish App Verification Update", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flipdish.co/api/v1.0/oauthclients/:oauthAppId/appstore/apps/:appStoreAppId/verification", "params": [ { "name": "oauthAppId", "value": "500123", "type": "path", "description": "The oauth app id path parameter." }, { "name": "appStoreAppId", "value": "500123", "type": "path", "description": "The app store app id path parameter." }, { "name": "verificationStatus", "value": "Draft", "type": "query", "description": "The verification status query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "App Verification Update via the Flipdish Open API v1.0 (PUT /api/v1.0/oauthclients/{oauthAppId}/appstore/apps/{appStoreAppId}/verification)." }, { "info": { "name": "Flipdish Create App Store App", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/oauthclients/:oauthAppId/appstore/apps", "params": [ { "name": "oauthAppId", "value": "500123", "type": "path", "description": "The oauth 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": "Create App Store App via the Flipdish Open API v1.0 (POST /api/v1.0/oauthclients/{oauthAppId}/appstore/apps)." }, { "info": { "name": "Flipdish Upload App Store App Logo", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/oauthclients/:oauthAppId/appstore/apps/:appStoreAppId/logo", "params": [ { "name": "oauthAppId", "value": "500123", "type": "path", "description": "The oauth app id path parameter." }, { "name": "appStoreAppId", "value": "500123", "type": "path", "description": "The app store 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 App Logo via the Flipdish Open API v1.0 (POST /api/v1.0/oauthclients/{oauthAppId}/appstore/apps/{appStoreAppId}/logo)." } ] } ], "bundled": true }