{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts Clients 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": "Clients", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Client", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/clients/:clientId", "params": [ { "name": "clientId", "value": "500123", "type": "path", "description": "The client id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Client via the Flipdish Open API v1.0 (GET /api/v1.0/clients/{clientId})." }, { "info": { "name": "Flipdish Set Stripe Customer Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/clients/:clientId/stripecustomerid", "params": [ { "name": "clientId", "value": "500123", "type": "path", "description": "The client id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Set Stripe Customer Id via the Flipdish Open API v1.0 (POST /api/v1.0/clients/{clientId}/stripecustomerid)." }, { "info": { "name": "Flipdish Set Sales Force Contact Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/clients/:clientId/salesforcecontactid", "params": [ { "name": "clientId", "value": "500123", "type": "path", "description": "The client id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Set Sales Force Contact Id via the Flipdish Open API v1.0 (POST /api/v1.0/clients/{clientId}/salesforcecontactid)." } ] } ], "bundled": true }