{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts FirebaseApps 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": "FirebaseApps", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Firebase Apps_Get Firebase App", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/FirebaseApp/:whitelabelId", "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": "Firebase Apps_Get Firebase App via the Flipdish Open API v1.0 (GET /api/v1.0/FirebaseApp/{whitelabelId})." }, { "info": { "name": "Flipdish Firebase Apps_Add Firebase App", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/FirebaseApp", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Firebase Apps_Add Firebase App via the Flipdish Open API v1.0 (POST /api/v1.0/FirebaseApp)." }, { "info": { "name": "Flipdish Firebase Apps_Delete Firebase App", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flipdish.co/api/v1.0/FirebaseApp/:whiteLabelId", "params": [ { "name": "whiteLabelId", "value": "500123", "type": "path", "description": "The white label id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Firebase Apps_Delete Firebase App via the Flipdish Open API v1.0 (DELETE /api/v1.0/FirebaseApp/{whiteLabelId})." } ] } ], "bundled": true }