{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts WhiteLabelBuilds 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": "WhiteLabelBuilds", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Health Check", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/whitelabelbuilds/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/whitelabelbuilds/health)." }, { "info": { "name": "Flipdish Submit Android Build", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/whitelabelbuilds/:appId/android", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "branch", "value": "string", "type": "query", "description": "The branch query parameter." }, { "name": "lane", "value": "string", "type": "query", "description": "The lane query parameter." }, { "name": "buildType", "value": "string", "type": "query", "description": "The build type query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Submit Android Build via the Flipdish Open API v1.0 (POST /api/v1.0/whitelabelbuilds/{appId}/android)." }, { "info": { "name": "Flipdish Submit Ios Apps", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/whitelabelbuilds/ios/multiple", "params": [ { "name": "whiteLabelIds", "value": "string", "type": "query", "description": "The white label ids query parameter." }, { "name": "branch", "value": "string", "type": "query", "description": "The branch query parameter." }, { "name": "buildType", "value": "string", "type": "query", "description": "The build type query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Submit Ios Apps via the Flipdish Open API v1.0 (POST /api/v1.0/whitelabelbuilds/ios/multiple)." }, { "info": { "name": "Flipdish Submit Ios Build", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/whitelabelbuilds/:appId/ios", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "buildType", "value": "string", "type": "query", "description": "The build type query parameter." }, { "name": "branch", "value": "string", "type": "query", "description": "The branch query parameter." }, { "name": "submitForReview", "value": "true", "type": "query", "description": "The submit for review query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Submit Ios Build via the Flipdish Open API v1.0 (POST /api/v1.0/whitelabelbuilds/{appId}/ios)." }, { "info": { "name": "Flipdish Submit Android Apps", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/whitelabelbuilds/android/multiple", "params": [ { "name": "whiteLabelIds", "value": "string", "type": "query", "description": "The white label ids query parameter." }, { "name": "branch", "value": "string", "type": "query", "description": "The branch query parameter." }, { "name": "buildType", "value": "string", "type": "query", "description": "The build type query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Submit Android Apps via the Flipdish Open API v1.0 (POST /api/v1.0/whitelabelbuilds/android/multiple)." } ] } ], "bundled": true }