{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts MobileApps 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": "MobileApps", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Submission Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/mobileapps/:appId/submission/details", "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 Submission Details via the Flipdish Open API v1.0 (GET /api/v1.0/mobileapps/{appId}/submission/details)." }, { "info": { "name": "Flipdish Get App Config Sales Channel", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/mobileapps/:appId/saleschannel/details", "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 Config Sales Channel via the Flipdish Open API v1.0 (GET /api/v1.0/mobileapps/{appId}/saleschannel/details)." }, { "info": { "name": "Flipdish Get Submission Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/mobileapps/:appId/submission/:submissionId/status", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "submissionId", "value": "500123", "type": "path", "description": "The submission id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Submission Status via the Flipdish Open API v1.0 (GET /api/v1.0/mobileapps/{appId}/submission/{submissionId}/status)." }, { "info": { "name": "Flipdish Update Submission Status", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/mobileapps/:appId/submission/:submissionId/status", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "submissionId", "value": "500123", "type": "path", "description": "The submission 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 Submission Status via the Flipdish Open API v1.0 (POST /api/v1.0/mobileapps/{appId}/submission/{submissionId}/status)." }, { "info": { "name": "Flipdish Get Statistics", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/mobileapps/:appId/statistics", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "platformTypes", "value": "None", "type": "query", "description": "The platform types query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Statistics via the Flipdish Open API v1.0 (GET /api/v1.0/mobileapps/{appId}/statistics)." }, { "info": { "name": "Flipdish Submission", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/mobileapps/:appId/submission", "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": "Submission via the Flipdish Open API v1.0 (POST /api/v1.0/mobileapps/{appId}/submission)." }, { "info": { "name": "Flipdish Resubmission", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/mobileapps/:appId/resubmission", "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": "Resubmission via the Flipdish Open API v1.0 (POST /api/v1.0/mobileapps/{appId}/resubmission)." }, { "info": { "name": "Flipdish Update App Config Sales Channel", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/mobileapps/:appId/saleschannel", "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 Config Sales Channel via the Flipdish Open API v1.0 (POST /api/v1.0/mobileapps/{appId}/saleschannel)." }, { "info": { "name": "Flipdish Upload Image", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/mobileapps/:appId/submission/image", "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 Image via the Flipdish Open API v1.0 (POST /api/v1.0/mobileapps/{appId}/submission/image)." }, { "info": { "name": "Flipdish Publish", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/mobileapps/:appId/submission/:submissionId/publish", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "submissionId", "value": "500123", "type": "path", "description": "The submission id path parameter." }, { "name": "platformType", "value": "None", "type": "query", "description": "The platform type query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Publish via the Flipdish Open API v1.0 (POST /api/v1.0/mobileapps/{appId}/submission/{submissionId}/publish)." }, { "info": { "name": "Flipdish Unpublish", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/mobileapps/:appId/submission/:submissionId/unpublish", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "submissionId", "value": "500123", "type": "path", "description": "The submission id path parameter." }, { "name": "platformType", "value": "None", "type": "query", "description": "The platform type query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Unpublish via the Flipdish Open API v1.0 (POST /api/v1.0/mobileapps/{appId}/submission/{submissionId}/unpublish)." } ] } ], "bundled": true }