{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts Address 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": "Address", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Countries", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/address/countries", "params": [ { "name": "language", "value": "string", "type": "query", "description": "The language query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Countries via the Flipdish Open API v1.0 (GET /api/v1.0/address/countries)." }, { "info": { "name": "Flipdish Form by App", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/app/:appId/address/form", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "language", "value": "string", "type": "query", "description": "The language query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Form by App via the Flipdish Open API v1.0 (GET /api/v1.0/app/{appId}/address/form)." }, { "info": { "name": "Flipdish Form by Country", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/address/country/:countryCode/form", "params": [ { "name": "countryCode", "value": "IE", "type": "path", "description": "The country code path parameter." }, { "name": "language", "value": "string", "type": "query", "description": "The language query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Form by Country via the Flipdish Open API v1.0 (GET /api/v1.0/address/country/{countryCode}/form)." }, { "info": { "name": "Flipdish Address Templates", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/address/templates", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Address Templates via the Flipdish Open API v1.0 (POST /api/v1.0/address/templates)." }, { "info": { "name": "Flipdish Format Google Address", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/address/google", "params": [ { "name": "language", "value": "string", "type": "query", "description": "The language query 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": "Format Google Address via the Flipdish Open API v1.0 (POST /api/v1.0/address/google)." } ] } ], "bundled": true }